Searched defs:EXTRACT_LONG (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/ipfilter/
H A Dbpf_filter.c94 #define EXTRACT_LONG(p) (ntohl(*(u_int32 *)p)) macro
100 #define EXTRACT_LONG(p)\ macro
/freebsd-13-stable/contrib/libpcap/
H A Dbpf_filter.c81 #define EXTRACT_LONG(p) (ntohl(*(u_int32 *)p)) macro
87 #define EXTRACT_LONG(p)\ macro
/freebsd-13-stable/sys/net/
H A Dbpf_filter.c57 #define EXTRACT_LONG(p) (ntohl(*(u_int32_t *)p)) macro
63 #define EXTRACT_LONG(p)\ macro

Completed in 79 milliseconds