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

/freebsd-10-stable/contrib/ipfilter/
H A Dbpf_filter.c94 #define EXTRACT_LONG(p) (ntohl(*(u_int32 *)p)) macro
100 #define EXTRACT_LONG(p)\ macro
/freebsd-10-stable/sys/net/
H A Dbpf_filter.c55 #define EXTRACT_LONG(p) (ntohl(*(u_int32_t *)p)) macro
61 #define EXTRACT_LONG(p)\ macro
/freebsd-10-stable/contrib/libpcap/bpf/net/
H A Dbpf_filter.c112 #define EXTRACT_LONG(p) (ntohl(*(u_int32 *)p)) macro
118 #define EXTRACT_LONG(p)\ macro

Completed in 51 milliseconds