Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/ping/
H A Dping6.c1680 switch (ntohs(ni->ni_code)) { in pr_pack()
1691 ntohs(ni->ni_code), ntohs(ni->ni_type)); in pr_pack()
1749 switch (ni->ni_code) { in pr_pack()
2106 switch (ni->ni_code) { in pr_nodeaddr()
2425 switch (ni->ni_code) { in pr_icmph()
2431 niqcode[ni->ni_code], ntop_buf); in pr_icmph()
2446 printf(", subject=%s", niqcode[ni->ni_code]); in pr_icmph()
2460 niqcode[ni->ni_code], ntop_buf); in pr_icmph()
2496 if (ni->ni_code > nitems(nircode)) in pr_icmph()
2499 printf(", %s", nircode[ni->ni_code]); in pr_icmph()
/freebsd-14.2/sys/netinet6/
H A Dicmp6.c1273 if (ni6->ni_code == ICMP6_NI_SUBJ_FQDN && subjlen == 0) in ni6_input()
1279 switch (ni6->ni_code) { in ni6_input()
1288 if (qtype == NI_QTYPE_FQDN && ni6->ni_code == 0 && in ni6_input()
1294 if (ni6->ni_code != ICMP6_NI_SUBJ_IPV6) in ni6_input()
1458 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1464 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1472 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1495 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1695 switch (ni6->ni_code) { in ni6_addrs()
/freebsd-14.2/contrib/tcpdump/
H A Dprint-icmp6.c383 #define ni_code icmp6_ni_hdr.icmp6_code macro
1774 switch (GET_U_1(ni6->ni_code)) { in icmp6_nodeinfo_print()
1832 switch (GET_U_1(ni6->ni_code)) { in icmp6_nodeinfo_print()
1855 if (GET_U_1(ni6->ni_code) != ICMP6_NI_SUCCESS) { in icmp6_nodeinfo_print()
/freebsd-14.2/sys/netinet/
H A Dicmp6.h403 #define ni_code icmp6_ni_hdr.icmp6_code macro