Lines Matching refs:u_32_t
141 u_32_t i6[4];
154 u_32_t i6[4];
178 #define I60(x) (((u_32_t *)(x))[0])
179 #define I61(x) (((u_32_t *)(x))[1])
180 #define I62(x) (((u_32_t *)(x))[2])
181 #define I63(x) (((u_32_t *)(x))[3])
182 #define HI60(x) ntohl(((u_32_t *)(x))[0])
183 #define HI61(x) ntohl(((u_32_t *)(x))[1])
184 #define HI62(x) ntohl(((u_32_t *)(x))[2])
185 #define HI63(x) ntohl(((u_32_t *)(x))[3])
211 do { u_32_t *_i6 = (u_32_t *)(a); \
293 u_32_t ipso_doi;
297 u_32_t fi_v:4; /* IP version */
298 u_32_t fi_xx:4; /* spare */
299 u_32_t fi_tos:8; /* IP packet TOS */
300 u_32_t fi_ttl:8; /* IP packet TTL */
301 u_32_t fi_p:8; /* IP packet protocol */
302 u_32_t fi_optmsk; /* bitmask composed from IP options */
306 u_32_t fi_flx; /* packet flags */
307 u_32_t fi_tcpmsk; /* TCP options set/reset */
308 u_32_t fi_ports[2]; /* TCP ports */
426 u_32_t fin_rule; /* rule # last matched */
438 u_32_t fin_crc; /* Simple calculation for logging */
444 u_32_t fin_id; /* IP packet id field */
499 typedef struct frentry *(*ipfunc_t)(fr_info_t *, u_32_t *);
527 u_32_t iptu_num[4];
604 u_32_t frp_port; /* top port for <> and >< */
605 u_32_t frp_top; /* top port for <> and >< */
705 u_32_t fr_die; /* only used on loading the rule */
746 u_32_t fr_flags; /* per-rule flags && options (see below) */
747 u_32_t fr_logtag; /* user defined log tag # */
748 u_32_t fr_collect; /* collection number */
1019 u_32_t ipl_magic;
1021 u_32_t ipl_seqnum;
1041 u_32_t fl_rule;
1042 u_32_t fl_flags;
1043 u_32_t fl_lflags;
1044 u_32_t fl_logtag;
1123 u_32_t f_ticks;
1162 u_32_t fg_flags;
1186 u_32_t td_end;
1187 u_32_t td_maxend;
1188 u_32_t td_maxwin;
1189 u_32_t td_winscale;
1190 u_32_t td_maxseg;
1202 u_32_t ts_sport;
1203 u_32_t ts_dport;
1213 u_32_t grb_ver:3;
1214 u_32_t grb_flags:3;
1215 u_32_t grb_A:1;
1216 u_32_t grb_recur:1;
1217 u_32_t grb_s:1;
1218 u_32_t grb_S:1;
1219 u_32_t grb_K:1;
1220 u_32_t grb_R:1;
1221 u_32_t grb_C:1;
1223 u_32_t grb_C:1;
1224 u_32_t grb_R:1;
1225 u_32_t grb_K:1;
1226 u_32_t grb_S:1;
1227 u_32_t grb_s:1;
1228 u_32_t grb_recur:1;
1229 u_32_t grb_A:1;
1230 u_32_t grb_flags:3;
1231 u_32_t grb_ver:3;
1276 u_32_t ah_spi;
1277 u_32_t ah_seq;
1291 u_32_t tqe_die; /* when this entriy is to die */
1292 u_32_t tqe_touched;
1339 u_32_t ipfo_rev; /* IPFilter version number */
1340 u_32_t ipfo_size; /* size of object at ipfo_ptr */
1524 u_32_t imt4_active[33];
1807 extern int count4bits(u_32_t);
1809 extern int count6bits(u_32_t *);
1890 u_32_t, minor_t, int);
1909 extern frentry_t *ipf_acctpkt(fr_info_t *, u_32_t *);
1914 extern frentry_t *ipf_dstgrpmap(fr_info_t *, u_32_t *);
1918 u_32_t);
1933 extern u_32_t ipf_newisn(fr_info_t *);
1937 extern int ipf_scanlist(fr_info_t *, u_32_t);
1938 extern frentry_t *ipf_srcgrpmap(fr_info_t *, u_32_t *);
1959 extern u_32_t ipf_random(void);