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

  /external/libpcap/bpf/net/
bpf_filter.c 81 #define u_int32 bpf_u_int32 macro
103 #define EXTRACT_LONG(p) (ntohl(*(u_int32 *)p))
110 ((u_int32)*((u_char *)p+0)<<24|\
111 (u_int32)*((u_char *)p+1)<<16|\
112 (u_int32)*((u_char *)p+2)<<8|\
113 (u_int32)*((u_char *)p+3)<<0)
208 register u_int32 A, X;
  /external/ppp/pppd/include/net/
ppp-comp.h 188 * names above since C and H are the same bit. We could do a u_int32
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ufs_fs.h 542 __fs32 cg_clustersumoff; /* (u_int32) counts of avail clusters */
548 __fs32 cg_clustersumoff;/* (u_int32) counts of avail clusters */
707 __u32 c_clustersumoff;/* (u_int32) counts of avail clusters */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ufs_fs.h 542 __fs32 cg_clustersumoff; /* (u_int32) counts of avail clusters */
548 __fs32 cg_clustersumoff;/* (u_int32) counts of avail clusters */
707 __u32 c_clustersumoff;/* (u_int32) counts of avail clusters */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ufs_fs.h 542 __fs32 cg_clustersumoff; /* (u_int32) counts of avail clusters */
548 __fs32 cg_clustersumoff;/* (u_int32) counts of avail clusters */
707 __u32 c_clustersumoff;/* (u_int32) counts of avail clusters */
    [all...]
  /external/tcpdump/
CHANGES 574 - Changed u_int32/int32 to u_int32_t/int32_t to be consistent with bsd

Completed in 417 milliseconds