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

/netbsd-current/sbin/ping6/
H A Dping6.c1426 switch (ntohs(ni->ni_code)) {
1437 ntohs(ni->ni_code), ntohs(ni->ni_type));
1493 switch (ni->ni_code) {
1809 switch (ni->ni_code) {
2194 switch (ni->ni_code) {
2200 niqcode[ni->ni_code], ntop_buf);
2215 printf(", subject=%s", niqcode[ni->ni_code]);
2228 niqcode[ni->ni_code], ntop_buf);
2264 if (ni->ni_code >= sizeof(nircode) / sizeof(nircode[0]))
2267 printf(", %s", nircode[ni->ni_code]);
[all...]
/netbsd-current/sys/netinet6/
H A Dicmp6.c1276 if (ni6->ni_code == ICMP6_NI_SUBJ_FQDN && subjlen == 0)
1282 switch (ni6->ni_code) {
1291 if (qtype == NI_QTYPE_FQDN && ni6->ni_code == 0 &&
1297 if (ni6->ni_code != ICMP6_NI_SUBJ_IPV6)
1458 nni6->ni_code = ICMP6_NI_SUCCESS;
1464 nni6->ni_code = ICMP6_NI_SUCCESS;
1472 nni6->ni_code = ICMP6_NI_SUCCESS;
1492 nni6->ni_code = ICMP6_NI_SUCCESS;
1714 switch (ni6->ni_code) {
/netbsd-current/sys/netinet/
H A Dicmp6.h407 #define ni_code icmp6_ni_hdr.icmp6_code macro
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-icmp6.c390 #define ni_code icmp6_ni_hdr.icmp6_code macro
1786 switch (GET_U_1(ni6->ni_code)) {
1844 switch (GET_U_1(ni6->ni_code)) {
1867 if (GET_U_1(ni6->ni_code) != ICMP6_NI_SUCCESS) {

Completed in 106 milliseconds