Home
last modified time | relevance | path

Searched refs:S_BAD_TLV_VAL (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.sbin/ldpd/
H A Dinit.c129 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 Dlabelmapping.c220 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 Dnotification.c183 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 Dldp.h183 #define S_BAD_TLV_VAL 0x80000008 macro
H A Dlogmsg.c372 case S_BAD_TLV_VAL: in status_code_name()