HomeSort by relevance Sort by last modified time
    Searched full:u_int32 (Results 1 - 3 of 3) sorted by null

  /external/libpcap/bpf/net/
bpf_filter.c 90 #define u_int32 bpf_u_int32 macro
112 #define EXTRACT_LONG(p) (ntohl(*(u_int32 *)p))
119 ((u_int32)*((u_char *)p+0)<<24|\
120 (u_int32)*((u_char *)p+1)<<16|\
121 (u_int32)*((u_char *)p+2)<<8|\
122 (u_int32)*((u_char *)p+3)<<0)
217 register u_int32 A, X;
  /external/ppp/pppd/
mppe.h 53 * names above since C and H are the same bit. We could do a u_int32
  /external/tcpdump/
CHANGES 777 - Changed u_int32/int32 to u_int32_t/int32_t to be consistent with bsd
    [all...]

Completed in 80 milliseconds