Searched refs:gen_msg_hdr (Results 1 – 8 of 8) sorted by relevance
/openbsd/usr.sbin/ldpd/ |
H A D | keepalive.c | 38 gen_msg_hdr(buf, MSG_TYPE_KEEPALIVE, size); in send_keepalive()
|
H A D | address.c | 90 err |= gen_msg_hdr(buf, msg_type, size); in send_address() 160 err |= gen_msg_hdr(buf, MSG_TYPE_ADDRWITHDRAW, size); in send_mac_withdrawal()
|
H A D | init.c | 48 err |= gen_msg_hdr(buf, MSG_TYPE_INIT, size); in send_init() 237 err |= gen_msg_hdr(buf, MSG_TYPE_CAPABILITY, size); in send_capability()
|
H A D | ldpe.h | 266 int gen_msg_hdr(struct ibuf *, uint16_t, uint16_t);
|
H A D | notification.c | 52 err |= gen_msg_hdr(buf, MSG_TYPE_NOTIFICATION, size); in send_notification_full()
|
H A D | hello.c | 104 err |= gen_msg_hdr(buf, MSG_TYPE_HELLO, size); in send_hello()
|
H A D | packet.c | 62 gen_msg_hdr(struct ibuf *buf, uint16_t type, uint16_t size) in gen_msg_hdr() function
|
H A D | labelmapping.c | 96 err |= gen_msg_hdr(buf, type, msg_size); in send_labelmessage()
|