Searched refs:u_int32 (Results 1 – 2 of 2) sorted by relevance
85 #define u_int32 bpf_u_int32 macro107 #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];
832 - Changed u_int32/int32 to u_int32_t/int32_t to be consistent with bsd