Searched refs:send_notification (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/usr.sbin/ldpd/ |
| H A D | notification.c | 77 send_notification(struct tcp_conn *tcp, uint32_t status_code, uint32_t msg_id, in send_notification() function 204 send_notification(nbr->tcp, S_MISS_MSG, in recv_notification() 213 send_notification(nbr->tcp, S_BAD_TLV_VAL, in recv_notification() 220 send_notification(nbr->tcp, S_MISS_MSG, in recv_notification() 225 send_notification(nbr->tcp, S_BAD_TLV_VAL, in recv_notification()
|
| H A D | labelmapping.c | 150 send_notification(nbr->tcp, S_MISS_MSG, msg.id, msg.type); in recv_labelmessage() 174 send_notification(nbr->tcp, S_MISS_MSG, msg.id, in recv_labelmessage() 467 send_notification(nbr->tcp, S_MISS_MSG, msg->id, msg->type); in tlv_decode_label() 731 send_notification(nbr->tcp, S_UNSUP_ADDR, msg->id, in tlv_decode_fec_elm() 901 send_notification(nbr->tcp, S_UNKNOWN_FEC, msg->id, in tlv_decode_fec_elm() 908 send_notification(nbr->tcp, S_UNKNOWN_FEC, msg->id, msg->type); in tlv_decode_fec_elm()
|
| H A D | address.c | 216 send_notification(nbr->tcp, S_MISS_MSG, msg.id, msg.type); in recv_address() 231 send_notification(nbr->tcp, S_UNSUP_ADDR, msg.id, msg.type); in recv_address()
|
| H A D | packet.c | 567 send_notification(nbr->tcp, in session_read() 632 send_notification(nbr->tcp, status, msg_id, msg_type); in session_shutdown() 785 send_notification(tcp, S_NO_HELLO, 0, 0); in pending_conn_timeout()
|
| H A D | ldpe.h | 172 void send_notification(struct tcp_conn *, uint32_t, uint32_t, uint16_t);
|