Home
last modified time | relevance | path

Searched refs:MAXSEND (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.sbin/ldpd/
H A Dldp_command.c60 #define MAXSEND 1024 macro
61 char sendspace[MAXSEND];
323 snprintf(sendspace, MAXSEND, "\t%s\n", cf[i].com); in command_match()
413 snprintf(sendspace, MAXSEND, "LDP peer: %s\n", in show_neighbours()
416 snprintf(sendspace, MAXSEND, "Transport address: %s\n", in show_neighbours()
419 snprintf(sendspace, MAXSEND, "Next-hop address: %s\n", in show_neighbours()
422 snprintf(sendspace, MAXSEND, "State: %s\n", in show_neighbours()
426 snprintf(sendspace, MAXSEND, "Since: %s", in show_neighbours()
430 snprintf(sendspace, MAXSEND, "Holdtime: %d\nTimeout: %d\n", in show_neighbours()
444 snprintf(sendspace, MAXSEND, in show_neighbours()
[all …]