Searched refs:is_arp (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-wqe.h280 uint64_t is_arp : 1; /**< set if the hardware determined that the packet is arp */ member in struct:__anon10392::__anon10397
335 uint64_t is_arp : 1; /**< set if the hardware determined that the packet is arp */ member in struct:__anon10392::__anon10398
390 uint64_t is_arp : 1; /**< set if the hardware determined that the packet is arp */ member in struct:__anon10392::__anon10399
/freebsd-13-stable/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c393 static int is_arp(struct ieee80211_frame *wh, int len) function
408 arp = is_arp(wh, *len);
/freebsd-13-stable/tools/tools/net80211/w00t/prga/
H A Dprga.c150 int is_arp(struct ieee80211_frame *wh, int len) function
180 if (is_arp(wh, rc))
/freebsd-13-stable/sys/dev/oce/
H A Doce_if.h1212 (is_arp(et) && is_arp_filt_enabled(sc))
1214 #define is_arp(et) (et == ETHERTYPE_ARP) macro
/freebsd-13-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c1337 int is_arp(struct ieee80211_frame *wh, int len) function
1368 if (!is_arp(wh, len)) {

Completed in 85 milliseconds