Searched refs:S_BAD_TLV_VAL (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.sbin/ldpd/ |
H A D | init.c | 129 session_shutdown(nbr, S_BAD_TLV_VAL, msg.id, msg.type); in recv_init() 132 session_shutdown(nbr, S_BAD_TLV_VAL, msg.id, msg.type); in recv_init() 142 session_shutdown(nbr, S_BAD_TLV_VAL, msg.id, in recv_init() 162 session_shutdown(nbr, S_BAD_TLV_VAL, msg.id, in recv_init() 181 session_shutdown(nbr, S_BAD_TLV_VAL, msg.id, in recv_init() 311 session_shutdown(nbr, S_BAD_TLV_VAL, msg.id, in recv_capability() 336 session_shutdown(nbr, S_BAD_TLV_VAL, msg.id, in recv_capability()
|
H A D | labelmapping.c | 220 session_shutdown(nbr, S_BAD_TLV_VAL, msg.id, msg.type); in recv_labelmessage() 311 session_shutdown(nbr, S_BAD_TLV_VAL, msg.id, in recv_labelmessage() 367 session_shutdown(nbr, S_BAD_TLV_VAL, in recv_labelmessage() 376 session_shutdown(nbr, S_BAD_TLV_VAL, in recv_labelmessage() 389 session_shutdown(nbr, S_BAD_TLV_VAL, msg.id, in recv_labelmessage() 485 session_shutdown(nbr, S_BAD_TLV_VAL, msg->id, in tlv_decode_label() 494 session_shutdown(nbr, S_BAD_TLV_VAL, msg->id, msg->type); in tlv_decode_label() 706 session_shutdown(nbr, S_BAD_TLV_VAL, msg->id, in tlv_decode_fec_elm() 880 session_shutdown(nbr, S_BAD_TLV_VAL, msg->id, in tlv_decode_fec_elm()
|
H A D | notification.c | 183 session_shutdown(nbr, S_BAD_TLV_VAL, in recv_notification() 213 send_notification(nbr->tcp, S_BAD_TLV_VAL, in recv_notification() 225 send_notification(nbr->tcp, S_BAD_TLV_VAL, in recv_notification()
|
H A D | ldp.h | 183 #define S_BAD_TLV_VAL 0x80000008 macro
|
H A D | logmsg.c | 372 case S_BAD_TLV_VAL: in status_code_name()
|