Searched refs:u_int32 (Results 1 – 3 of 3) sorted by relevance
81 #define u_int32 bpf_u_int32 macro103 #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;
574 - Changed u_int32/int32 to u_int32_t/int32_t to be consistent with bsd
13254 * kjs/JSImmediate.h: Change code using non-standard u_int32/64_t types