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

/freebsd-current/contrib/tcpdump/
H A Dprint-icmp6.c387 #define ni_qtype icmp6_ni_hdr.icmp6_data16[0] macro
1726 switch (GET_BE_U_2(ni6->ni_qtype)) {
1758 if (GET_BE_U_2(ni6->ni_qtype) == NI_QTYPE_NOOP ||
1759 GET_BE_U_2(ni6->ni_qtype) == NI_QTYPE_SUPTYPES) {
1864 switch (GET_BE_U_2(ni6->ni_qtype)) {
/freebsd-current/sbin/ping/
H A Dping6.c1314 nip->ni_qtype = htons(NI_QTYPE_FQDN);
1331 nip->ni_qtype = htons(NI_QTYPE_FQDN);
1346 nip->ni_qtype = htons(NI_QTYPE_NODEADDR);
1363 nip->ni_qtype = htons(NI_QTYPE_SUPTYPES);
1682 switch (ntohs(ni->ni_qtype)) {
2391 switch (ntohs(ni->ni_qtype)) {
2462 switch (ntohs(ni->ni_qtype)) {
/freebsd-current/sys/netinet/
H A Dicmp6.h414 #define ni_qtype icmp6_ni_hdr.icmp6_data16[0] macro
/freebsd-current/sys/netinet6/
H A Dicmp6.c1265 qtype = ntohs(ni6->ni_qtype);

Completed in 142 milliseconds