Symbol: MAXSEND
usr.sbin/ldpd/ldp_command.c
323
snprintf(sendspace, MAXSEND, "\t%s\n", cf[i].com);
usr.sbin/ldpd/ldp_command.c
413
snprintf(sendspace, MAXSEND, "LDP peer: %s\n",
usr.sbin/ldpd/ldp_command.c
416
snprintf(sendspace, MAXSEND, "Transport address: %s\n",
usr.sbin/ldpd/ldp_command.c
419
snprintf(sendspace, MAXSEND, "Next-hop address: %s\n",
usr.sbin/ldpd/ldp_command.c
422
snprintf(sendspace, MAXSEND, "State: %s\n",
usr.sbin/ldpd/ldp_command.c
426
snprintf(sendspace, MAXSEND, "Since: %s",
usr.sbin/ldpd/ldp_command.c
430
snprintf(sendspace, MAXSEND, "Holdtime: %d\nTimeout: %d\n",
usr.sbin/ldpd/ldp_command.c
444
snprintf(sendspace, MAXSEND,
usr.sbin/ldpd/ldp_command.c
450
snprintf(sendspace, MAXSEND,"Socket: %d\nLocal %s:%d\n",
usr.sbin/ldpd/ldp_command.c
458
snprintf(sendspace, MAXSEND, "Remote %s:%d\n",
usr.sbin/ldpd/ldp_command.c
463
snprintf(sendspace, MAXSEND,"Addresses bounded to this peer: ");
usr.sbin/ldpd/ldp_command.c
469
snprintf(sendspace, MAXSEND, "%s ",
usr.sbin/ldpd/ldp_command.c
496
snprintf(sendspace, MAXSEND, "%s:%d\t%s/%d\n",
usr.sbin/ldpd/ldp_command.c
509
snprintf(sendspace, MAXSEND, "Local label\tNetwork\t\t\t\tNexthop\n");
usr.sbin/ldpd/ldp_command.c
512
snprintf(sendspace, MAXSEND, "%d\t\t%s/", l->binding,
usr.sbin/ldpd/ldp_command.c
515
snprintf(sendspace, MAXSEND, "%s", satos(&l->so_pref.sa));
usr.sbin/ldpd/ldp_command.c
518
snprintf(sendspace, MAXSEND, "\t%s:%d\n",
usr.sbin/ldpd/ldp_command.c
521
snprintf(sendspace, MAXSEND, "\n");
usr.sbin/ldpd/ldp_command.c
535
snprintf(sendspace, MAXSEND, "Debug: %s\n",
usr.sbin/ldpd/ldp_command.c
547
snprintf(sendspace, MAXSEND,
usr.sbin/ldpd/ldp_command.c
561
snprintf(sendspace, MAXSEND, "LDP ID: %s\nProtocol version: %d\n"
usr.sbin/ldpd/ldp_command.c
583
snprintf(sendspace, MAXSEND, "NetBSD LDP daemon version: %s\n",
usr.sbin/ldpd/ldp_command.c
597
snprintf(sendspace, MAXSEND, "Warnings: %s\n",
usr.sbin/ldpd/ldp_command.c
61
char sendspace[MAXSEND];