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

  /toolchain/binutils/binutils-2.25/include/
os9k.h 99 /* Appears not to be used, and the u_int32 typedef is gone (because it
101 #define MODSIZE(mod) ((u_int32)((Mh_com)mod)->m_size)
162 error_code _os_crc (void *, u_int32, int *);
163 error_code _os_datmod (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_data **);
164 error_code _os_get_moddir (void *, u_int32 *);
168 error_code _os_load (char *, mh_com **, void **, u_int32, u_int16 *, u_int16 *, u_int32);
169 error_code _os_mkmodule (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_com **, u_int32)
    [all...]
ChangeLog-9103     [all...]
  /external/libpcap/bpf/net/
bpf_filter.c 85 #define u_int32 bpf_u_int32 macro
107 #define EXTRACT_LONG(p) (ntohl(*(u_int32 *)p))
114 ((u_int32)*((u_char *)p+0)<<24|\
115 (u_int32)*((u_char *)p+1)<<16|\
116 (u_int32)*((u_char *)p+2)<<8|\
117 (u_int32)*((u_char *)p+3)<<0)
228 register u_int32 A, X;
230 u_int32 mem[BPF_MEMWORDS];
  /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 832 - Changed u_int32/int32 to u_int32_t/int32_t to be consistent with bs
    [all...]

Completed in 372 milliseconds