Home
last modified time | relevance | path

Searched refs:st_code (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.sbin/ldpd/
H A Dnotifications.c58 t->st_code = htonl(n); in build_notification()
H A Dsocketops.c1306 nottlv->st_code = ntohl(nottlv->st_code); in recv_session_pdu()
1308 nottlv->st_code, inet_ntoa(p->ldp_id)); in recv_session_pdu()
1309 if (nottlv->st_code >> 31) { in recv_session_pdu()
1312 NOTIF_STR[(nottlv->st_code << 1) >> 1]); in recv_session_pdu()
H A Dtlv.h130 uint32_t st_code; member