Searched refs:ETH_P_IP (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dif_ether.h48 #define ETH_P_IP ETHERTYPE_IP macro
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_tcp_ip.h37 #define ETH_P_IP 0x0800 /* Internet Protocol packet */ macro
H A Decore_iwarp.c2053 if (eth_type == ETH_P_IP) {
2523 if (eth_type == ETH_P_IP) {
/freebsd-13-stable/tests/sys/netpfil/pf/
H A Dfrag-overindex.py68 if a and a.type == sp.ETH_P_IP and \
H A Dfrag-overlimit.py73 if a and a.type == ETH_P_IP and \
H A Dfrag-overreplace.py71 if a and a.type == sp.ETH_P_IP and \
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dfils_hlp.c260 wpabuf_put_be16(resp, ETH_P_IP);
567 case ETH_P_IP:
/freebsd-13-stable/contrib/wpa/src/utils/
H A Dcommon.h326 #ifndef ETH_P_IP
327 #define ETH_P_IP 0x0800 macro
/freebsd-13-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1896 ethertype, ETH_P_IP);
2044 ib_spec->eth.val.ether_type == htons(ETH_P_IP)))
/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c306 if (skb->protocol != htons(ETH_P_IP))

Completed in 135 milliseconds