gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:be32dec (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/net/bpf_filter.c - 21.1KB - 639 lines
55: #define EXTRACT_SHORT(p)        be16dec(p)
56: #define EXTRACT_LONG(p)         be32dec(p)
57: 
bsd_source/t2ex/network/net/src_bsd/sys/endian.h - 9.5KB - 353 lines
337: 
338:         return (((uint64_t)be32dec(p) << 32) | be32dec(p + 4));
339: }
More results from endian.h