Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/ping/
H A Dping6.c1716 switch (ntohs(ni->ni_code)) { in pr_pack()
1727 ntohs(ni->ni_code), ntohs(ni->ni_type)); in pr_pack()
1785 switch (ni->ni_code) { in pr_pack()
2142 switch (ni->ni_code) { in pr_nodeaddr()
2514 switch (ni->ni_code) { in pr_icmph()
2520 niqcode[ni->ni_code], ntop_buf); in pr_icmph()
2535 printf(", subject=%s", niqcode[ni->ni_code]); in pr_icmph()
2549 niqcode[ni->ni_code], ntop_buf); in pr_icmph()
2585 if (ni->ni_code > nitems(nircode)) in pr_icmph()
2588 printf(", %s", nircode[ni->ni_code]); in pr_icmph()
/freebsd-13.1/sys/netinet6/
H A Dicmp6.c1244 if (ni6->ni_code == ICMP6_NI_SUBJ_FQDN && subjlen == 0) in ni6_input()
1250 switch (ni6->ni_code) { in ni6_input()
1259 if (qtype == NI_QTYPE_FQDN && ni6->ni_code == 0 && in ni6_input()
1265 if (ni6->ni_code != ICMP6_NI_SUBJ_IPV6) in ni6_input()
1429 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1435 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1443 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1466 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1666 switch (ni6->ni_code) { in ni6_addrs()
/freebsd-13.1/contrib/tcpdump/
H A Dprint-icmp6.c385 #define ni_code icmp6_ni_hdr.icmp6_code macro
1649 switch (ni6->ni_code) { in icmp6_nodeinfo_print()
1711 switch (ni6->ni_code) { in icmp6_nodeinfo_print()
1734 if (ni6->ni_code != ICMP6_NI_SUCCESS) { in icmp6_nodeinfo_print()
/freebsd-13.1/sys/netinet/
H A Dicmp6.h404 #define ni_code icmp6_ni_hdr.icmp6_code macro