Home
last modified time | relevance | path

Searched defs:EXTRACT_LONG (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/ipf/bin/ipftest/
H A Dbpf_filter.c94 #define EXTRACT_LONG(p) (ntohl(*(u_int32 *)p)) macro
100 #define EXTRACT_LONG(p)\ macro
/netbsd-src/sys/net/
H A Dbpf_filter.c97 #define EXTRACT_LONG(p) be32dec(p) macro