Home
last modified time | relevance | path

Searched refs:ni_type (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dicmp6.h411 #define ni_type icmp6_ni_hdr.icmp6_type macro
/freebsd/sbin/ping/
H A Dping6.c1671 printf("refused, type 0x%x", ntohs(ni->ni_type)); in pr_pack()
1674 printf("unknown, type 0x%x", ntohs(ni->ni_type)); in pr_pack()
1678 ntohs(ni->ni_code), ntohs(ni->ni_type)); in pr_pack()
/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c382 #define ni_type icmp6_ni_hdr.icmp6_type macro
1711 switch (GET_U_1(ni6->ni_type)) { in icmp6_nodeinfo_print()
/freebsd/sys/netinet6/
H A Dicmp6.c1510 nni6->ni_type = ICMP6_NI_REPLY; in ni6_input()