Home
last modified time | relevance | path

Searched refs:NLPID_IP (Results 1 – 7 of 7) sorted by relevance

/src/contrib/tcpdump/
H A Dnlpid.h29 #define NLPID_IP 0xcc macro
H A Dnlpid.c34 { NLPID_IP, "IPv4" },
H A Dprint-cdp.c373 if (pt == PT_NLPID && pl == 1 && GET_U_1(p) == NLPID_IP && in cdp_print_addr()
H A Dprint-juniper.c955 case (LLC_UI<<8 | NLPID_IP): in juniper_mfr_if_print()
995 case (LLC_UI<<8 | NLPID_IP): in juniper_mlfr_if_print()
H A Dprint-fr.c325 case NLPID_IP: in fr_print()
H A Dprint-isoclns.c766 case NLPID_IP: in isoclns_print()
/src/sys/netgraph/
H A Dng_rfc1490.c73 #define NLPID_IP 0xCC macro
364 case NLPID_IP: in ng_rfc1490_rcvdata()
399 mtod(m, u_char *)[1] = NLPID_IP; in ng_rfc1490_rcvdata()