HomeSort by: relevance | last modified time | path
    Searched refs:u_32_t (Results 1 - 25 of 101) sorted by relevancy

1 2 3 4 5

  /src/external/bsd/ipf/dist/lib/
count6bits.c 15 u_32_t *msk;
18 u_32_t j;
ntomask.c 15 u_32_t *ap;
17 u_32_t mask;
getsumd.c 14 u_32_t sum;
printnataddr.c 35 (u_32_t *)&addr->na_addr[0].in4.s_addr,
36 (u_32_t *)&addr->na_addr[1].in4.s_addr);
42 (u_32_t *)&addr->na_addr[0].in6,
43 (u_32_t *)&addr->na_addr[1].in6);
optvalue.c 13 u_32_t getoptbyname(optname)
25 u_32_t getoptbyvalue(optval)
v6optvalue.c 14 u_32_t getv6optbyname(optname)
28 u_32_t getv6optbyvalue(optval)
printactiveaddr.c 33 (u_32_t *)&addr->in6, NULL);
printhost.c 17 u_32_t *addr;
printmask.c 17 u_32_t *mask;
buildopts.c 14 u_32_t buildopts(cp, op, len)
19 u_32_t msk = 0;
printhostmask.c 17 u_32_t *addr, *mask;
printtcpflags.c 8 u_32_t tcpf, tcpfm;
printhashnode.c 40 printmask(ipe.ipe_family, (u_32_t *)&ipe.ipe_mask.in4_addr);
52 printip(ipe.ipe_family, (u_32_t *)&ipe.ipe_addr.in4_addr);
53 printmask(ipe.ipe_family, (u_32_t *)&ipe.ipe_mask.in4_addr);
printpoolnode.c 32 (u_32_t *)&np->ipn_addr.adf_addr.in4);
34 (u_32_t *)&np->ipn_mask.adf_addr);
39 (u_32_t *)&np->ipn_mask.adf_addr);
printip.c 17 u_32_t *addr;
printpacket6.c 25 u_32_t flow;
30 flow = ntohl(*(u_32_t *)buf);
  /src/sys/external/bsd/ipf/netinet/
ip_frag.h 39 u_32_t ipfr_optmsk;
42 u_32_t ipfr_id;
43 u_32_t ipfr_pass;
86 extern u_32_t ipf_frag_ipidknown(fr_info_t *);
87 extern int ipf_frag_ipidnew(fr_info_t *, u_32_t);
88 extern frentry_t *ipf_frag_known(fr_info_t *, u_32_t *);
90 extern int ipf_frag_natnew(ipf_main_softc_t *, fr_info_t *, u_32_t, struct nat *);
92 extern int ipf_frag_new(ipf_main_softc_t *, fr_info_t *, u_32_t);
radix_ipf.h 11 #ifndef U_32_T
12 typedef unsigned int u_32_t; typedef
13 # define U_32_T 1
19 u_32_t *mask;
30 u_32_t *addrkey;
31 u_32_t *maskkey;
32 u_32_t *addroff;
33 u_32_t *maskoff;
34 u_32_t lastmask;
35 u_32_t bitmask
    [all...]
ip_auth.h 20 u_32_t fra_pass;
23 u_32_t fra_flx;
52 extern frentry_t *ipf_auth_check(fr_info_t *, u_32_t *);
69 extern u_32_t ipf_auth_pre_scanlist(ipf_main_softc_t *, fr_info_t *,
70 u_32_t);
ip_proxy.h 42 u_32_t apt_seqmin[2]; /* don't change seq-off until after this */
44 u_32_t apt_ackmin[2]; /* don't change seq-off until after this */
171 u_32_t ftps_seq[2];
172 u_32_t ftps_len;
191 typedef u_32_t ipsec_cookie_t[2];
213 u_32_t irc_ipnum;
244 u_32_t rap_sbf; /* flag to indicate which of the 19 bytes have
247 u_32_t rap_sseq;
312 u_32_t *xs_len;
317 /* u_32_t xa_flavor; *
    [all...]
ip_fil.h 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]
    [all...]
ip_nat.h 130 u_32_t nat_flags;
131 u_32_t nat_sumd[2]; /* ip checksum delta for data segment*/
132 u_32_t nat_ipsumd; /* ip checksum delta for ip header */
133 u_32_t nat_mssclamp; /* if != zero clamp MSS to this */
264 u_32_t in_flags;
265 u_32_t in_mssclamp; /* if != 0 clamp MSS to this */
463 u_32_t hm_port;
484 u_32_t nai_sum1;
485 u_32_t nai_sum2;
569 u_32_t ns_ticks
    [all...]
  /src/external/bsd/ipf/dist/
radix_ipf.h 11 #ifndef U_32_T
12 typedef unsigned int u_32_t; typedef
13 # define U_32_T 1
19 u_32_t *mask;
30 u_32_t *addrkey;
31 u_32_t *maskkey;
32 u_32_t *addroff;
33 u_32_t *maskoff;
34 u_32_t lastmask;
35 u_32_t bitmask
    [all...]
ipf.h 99 #ifndef U_32_T
100 # define U_32_T 1
103 typedef u_int32_t u_32_t; typedef
106 typedef unsigned int u_32_t; typedef
109 typedef uint32_t u_32_t; typedef
111 typedef unsigned int u_32_t; typedef
115 #endif /* U_32_T */
162 u_32_t fb_k;
238 extern u_32_t buildopts __P((char *, char *, int));
241 extern int count6bits __P((u_32_t *));
    [all...]
ipmon.h 64 u_32_t ac_logtag;
71 u_32_t ac_sip;
72 u_32_t ac_smsk;
73 u_32_t ac_dip;
74 u_32_t ac_dmsk;
129 #define HOSTNAME_V4(a,b) hostname((a), 4, (u_32_t *)&(b))

Completed in 26 milliseconds

1 2 3 4 5