Searched refs:u_int32 (Results 1 – 2 of 2) sorted by relevance
59 #define u_int32 bpf_u_int32 macro81 #define EXTRACT_LONG(p) (ntohl(*(u_int32 *)p))88 ((u_int32)*((u_char *)p+0)<<24|\89 (u_int32)*((u_char *)p+1)<<16|\90 (u_int32)*((u_char *)p+2)<<8|\91 (u_int32)*((u_char *)p+3)<<0)122 register u_int32 A, X; in bpf_filter_with_aux_data()124 u_int32 mem[BPF_MEMWORDS]; in bpf_filter_with_aux_data()384 A = (u_int32)(-(int32)A); in bpf_filter_with_aux_data()
1142 - Changed u_int32/int32 to u_int32_t/int32_t to be consistent with bsd