Home
last modified time | relevance | path

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

/trueos/sbin/ping6/
HDping6.c1629 switch (ntohs(ni->ni_code)) { in pr_pack()
1640 ntohs(ni->ni_code), ntohs(ni->ni_type)); in pr_pack()
1696 switch (ni->ni_code) { in pr_pack()
2073 switch (ni->ni_code) { in pr_nodeaddr()
2461 switch (ni->ni_code) { in pr_icmph()
2467 niqcode[ni->ni_code], ntop_buf); in pr_icmph()
2482 printf(", subject=%s", niqcode[ni->ni_code]); in pr_icmph()
2495 niqcode[ni->ni_code], ntop_buf); in pr_icmph()
2531 if (ni->ni_code > sizeof(nircode) / sizeof(nircode[0])) in pr_icmph()
2534 printf(", %s", nircode[ni->ni_code]); in pr_icmph()
/trueos/sys/netinet6/
HDicmp6.c1326 if (ni6->ni_code == ICMP6_NI_SUBJ_FQDN && subjlen == 0) in ni6_input()
1332 switch (ni6->ni_code) { in ni6_input()
1341 if (qtype == NI_QTYPE_FQDN && ni6->ni_code == 0 && in ni6_input()
1347 if (ni6->ni_code != ICMP6_NI_SUBJ_IPV6) in ni6_input()
1504 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1510 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1518 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1542 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1740 switch (ni6->ni_code) { in ni6_addrs()
/trueos/contrib/tcpdump/
HDprint-icmp6.c1080 switch (ni6->ni_code) { in icmp6_nodeinfo_print()
1141 switch (ni6->ni_code) { in icmp6_nodeinfo_print()
1164 if (ni6->ni_code != ICMP6_NI_SUCCESS) { in icmp6_nodeinfo_print()
HDicmp6.h377 #define ni_code icmp6_ni_hdr.icmp6_code macro
/trueos/sys/netinet/
HDicmp6.h395 #define ni_code icmp6_ni_hdr.icmp6_code macro