Searched refs:is_ipv4 (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/ice/
H A Dice_common_txrx.h283 bool is_ipv4, is_ipv6; local
296 is_ipv4 = (decoded.outer_ip == ICE_RX_PTYPE_OUTER_IP) &&
303 if (is_ipv4)
337 if (is_ipv4) {
346 } else if (is_ipv4) {
/freebsd-13-stable/lib/libc/inet/
H A Dinet_net_ntop.c170 int is_ipv4 = 0; local
230 is_ipv4 = 1;
245 if (is_ipv4 && p > 5 ) {
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw2.c1422 int is_ipv4 = 0; local
1705 is_ipv4 = 1;
1957 if (is_ipv4) {
2007 match = is_ipv4 &&
2023 is_ipv6 == 0 && is_ipv4 == 0)
2036 pkey = is_ipv4 ? (void *)&dst_ip:
2039 pkey = is_ipv4 ? (void *)&src_ip:
2042 if (is_ipv4)
2105 if (is_ipv4) {
2149 if (is_ipv4) {
[all...]

Completed in 66 milliseconds