Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/ldpd/
H A Dldp_command.c61 char sendspace[MAXSEND]; variable
323 snprintf(sendspace, MAXSEND, "\t%s\n", cf[i].com); in command_match()
324 writestr(s, sendspace); in command_match()
413 snprintf(sendspace, MAXSEND, "LDP peer: %s\n", in show_neighbours()
415 writestr(s, sendspace); in show_neighbours()
416 snprintf(sendspace, MAXSEND, "Transport address: %s\n", in show_neighbours()
418 writestr(s, sendspace); in show_neighbours()
419 snprintf(sendspace, MAXSEND, "Next-hop address: %s\n", in show_neighbours()
421 writestr(s, sendspace); in show_neighbours()
422 snprintf(sendspace, MAXSEND, "State: %s\n", in show_neighbours()
[all …]
H A Dsocketops.c1344 unsigned char sendspace[MAX_PDU_SIZE]; in send_message() local
1368 memcpy(sendspace, pdu, sizeof(struct ldp_pdu)); in send_message()
1369 memcpy(sendspace + sizeof(struct ldp_pdu), t, in send_message()
1382 return send(p->socket, sendspace, in send_message()