HomeSort by: relevance | last modified time | path
    Searched defs:nottlv (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/ldpd/
socketops.c 1106 struct notification_tlv *nottlv; local in function:recv_session_pdu
1305 nottlv = (struct notification_tlv *) ttmp;
1306 nottlv->st_code = ntohl(nottlv->st_code);
1308 nottlv->st_code, inet_ntoa(p->ldp_id));
1309 if (nottlv->st_code >> 31) {
1312 NOTIF_STR[(nottlv->st_code << 1) >> 1]);
socketops.c 1106 struct notification_tlv *nottlv; local in function:recv_session_pdu
1305 nottlv = (struct notification_tlv *) ttmp;
1306 nottlv->st_code = ntohl(nottlv->st_code);
1308 nottlv->st_code, inet_ntoa(p->ldp_id));
1309 if (nottlv->st_code >> 31) {
1312 NOTIF_STR[(nottlv->st_code << 1) >> 1]);

Completed in 56 milliseconds