Home
last modified time | relevance | path

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

/openbsd/usr.sbin/ldpd/
H A Dkeepalive.c38 gen_msg_hdr(buf, MSG_TYPE_KEEPALIVE, size); in send_keepalive()
H A Daddress.c90 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 Dinit.c48 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 Dldpe.h266 int gen_msg_hdr(struct ibuf *, uint16_t, uint16_t);
H A Dnotification.c52 err |= gen_msg_hdr(buf, MSG_TYPE_NOTIFICATION, size); in send_notification_full()
H A Dhello.c104 err |= gen_msg_hdr(buf, MSG_TYPE_HELLO, size); in send_hello()
H A Dpacket.c62 gen_msg_hdr(struct ibuf *buf, uint16_t type, uint16_t size) in gen_msg_hdr() function
H A Dlabelmapping.c96 err |= gen_msg_hdr(buf, type, msg_size); in send_labelmessage()