Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/ping/
HDping6.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-stable/sys/netinet6/
HDicmp6.c1276 if (ni6->ni_code == ICMP6_NI_SUBJ_FQDN && subjlen == 0) in ni6_input()
1282 switch (ni6->ni_code) { in ni6_input()
1291 if (qtype == NI_QTYPE_FQDN && ni6->ni_code == 0 && in ni6_input()
1297 if (ni6->ni_code != ICMP6_NI_SUBJ_IPV6) in ni6_input()
1461 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1467 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1475 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1498 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1698 switch (ni6->ni_code) { in ni6_addrs()
/freebsd-14-stable/contrib/tcpdump/
HDprint-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-stable/sys/netinet/
HDicmp6.h403 #define ni_code icmp6_ni_hdr.icmp6_code macro