| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_fil.h | 95 u_32_t i6[4]; 153 do { u_32_t *_i6 = (u_32_t *)(a); \ 235 u_32_t ipso_doi; 978 u_32_t fl_rule; 1060 u_32_t f_ticks; 1123 u_32_t td_end; 1152 u_32_t grb_A:1; 1154 u_32_t grb_s:1; 1155 u_32_t grb_S:1; 1213 u_32_t ah_spi; [all …]
|
| H A D | ip_proxy.h | 168 u_32_t ftps_seq[2]; 169 u_32_t ftps_len; 210 u_32_t irc_ipnum; 244 u_32_t rap_sseq; 309 u_32_t *xs_len; 319 u_32_t xu_ip; 339 u_32_t *pa_prot; 354 u_32_t *rc_vers; 355 u_32_t *rc_proc; 390 u_32_t *resp_pmap; [all …]
|
| H A D | radix_ipf.h | 10 typedef unsigned int u_32_t; typedef 17 u_32_t *mask; 28 u_32_t *addrkey; 29 u_32_t *maskkey; 30 u_32_t *addroff; 31 u_32_t *maskoff; 32 u_32_t lastmask; 33 u_32_t bitmask;
|
| H A D | ip_nat.h | 108 u_32_t nat_flags; 242 u_32_t in_flags; 441 u_32_t hm_port; 462 u_32_t nai_sum1; 463 u_32_t nai_sum2; 547 u_32_t ns_ticks; 587 + (((u_32_t *)(_k))[2]) \ 589 + (((u_32_t *)(_k))[1]) \ 591 + (((u_32_t *)(_k))[0]) \ 674 extern void ipf_fix_incksum __P((int, u_short *, u_32_t, u_32_t)); [all …]
|
| H A D | ip_frag.h | 40 u_32_t ipfr_optmsk; 43 u_32_t ipfr_id; 44 u_32_t ipfr_pass; 108 extern u_32_t ipf_frag_ipidknown __P((fr_info_t *)); 109 extern int ipf_frag_ipidnew __P((fr_info_t *, u_32_t)); 110 extern frentry_t *ipf_frag_known __P((fr_info_t *, u_32_t *)); 112 extern int ipf_frag_natnew __P((ipf_main_softc_t *, fr_info_t *, u_32_t, struct nat *)); 114 extern int ipf_frag_new __P((ipf_main_softc_t *, fr_info_t *, u_32_t));
|
| H A D | ip_auth.h | 21 u_32_t fra_pass; 24 u_32_t fra_flx; 71 extern frentry_t *ipf_auth_check __P((fr_info_t *, u_32_t *)); 88 extern u_32_t ipf_auth_pre_scanlist __P((ipf_main_softc_t *, fr_info_t *, 89 u_32_t));
|
| H A D | radix_ipf.c | 68 u_32_t *mp = (u_32_t *)&mask->adf_addr; 69 u_32_t m; 107 u_32_t *last; 152 u_32_t *addr; 189 u_32_t *data; 190 u_32_t *mask; 191 u_32_t *key; 192 u_32_t *end; 345 u_32_t *key; 346 u_32_t *end; [all …]
|
| H A D | ip_state.h | 58 u_32_t is_hv; 59 u_32_t is_tag; 60 u_32_t is_opt[2]; /* packet options set */ 61 u_32_t is_optmsk[2]; /* " " mask */ 72 u_32_t is_flags; 74 u_32_t is_rulen; /* rule number when created */ 75 u_32_t is_s0[2]; 164 u_32_t isl_tag; 175 u_32_t isl_rulen; 305 extern frentry_t *ipf_state_check __P((struct fr_info *, u_32_t *));
|
| H A D | ip_rules.h | 6 extern frentry_t *ipfrule_match_out_ __P((fr_info_t *, u_32_t *)); 12 extern frentry_t *ipfrule_match_in_ __P((fr_info_t *, u_32_t *));
|
| H A D | ip_rpcb_pxy.c | 61 u_32_t **)); 70 u_32_t **)); 423 u_32_t xdr, *p; 538 u_32_t **buf; 540 u_32_t *p, xdr; 561 *buf = (u_32_t *)p; 623 u_32_t *p; 661 u_32_t **p; 869 u_32_t xdr, *p; 1044 u_32_t xid; [all …]
|
| H A D | ip_lookup.h | 68 u_32_t ilik_key; 115 int (*ipfl_select_node) __P((fr_info_t *, void *, u_32_t *, 125 extern void ipf_lookup_iterderef __P((ipf_main_softc_t *, u_32_t, void *));
|
| H A D | ip_frag.c | 85 fr_info_t *, u_32_t, ipfr_t **, 93 fr_info_t *, u_32_t, ipfr_t **)); 380 u_32_t pass; 524 u_32_t pass; 562 u_32_t pass; 603 u_32_t ipid; 856 u_32_t 863 u_32_t id; 875 id = (u_32_t)(intptr_t)ipf->ipfr_data; 897 u_32_t *passp; [all …]
|
| H A D | ip_rules.c | 88 u_32_t *passp; 98 u_32_t *passp;
|
| H A D | ip_nat.c | 637 u_32_t j; 679 u_32_t j; 777 u_32_t port; 881 u_32_t sum1; 922 u_32_t sum1; 969 u_32_t n; 972 u_32_t sum1; 2614 u_32_t flags; 2615 u_32_t st_ip; 4088 u_32_t dst; [all …]
|
| H A D | ip_dstlist.h | 65 extern int ipf_dstlist_select_node __P((fr_info_t *, void *, u_32_t *,
|
| H A D | ip_nat6.c | 376 u_32_t port; 466 u_32_t flags; 747 u_32_t flags; 1161 u_32_t flags; 1280 u_32_t sp, dp; 1530 u_32_t 1536 u_32_t r; 2608 u_32_t *passp; 2810 u_32_t nflags; 3010 u_32_t *passp; [all …]
|
| H A D | ip_pptp_pxy.c | 18 u_32_t pptps_nexthdr; 19 u_32_t pptps_next; 39 u_32_t pptph_cookie; 290 u_32_t start, end;
|
| H A D | fil.c | 126 static u_32_t ipf_decaps __P((fr_info_t *, u_32_t, int)); 1888 static u_32_t 1933 static u_32_t 1941 u_32_t doi; 2086 u_32_t pop; 2089 u_32_t po; 3675 u_32_t n; 3929 u_32_t ip; in count4bits() 3931 u_32_t ipn; 3966 u_32_t j; [all …]
|
| H A D | ip_htable.h | 50 u_32_t iph_flags;
|
| H A D | ip_sync.h | 14 u_32_t sm_magic; /* magic */
|
| H A D | ip_rcmd_pxy.c | 18 u_32_t rcmd_port; /* Port number seen */ 19 u_32_t rcmd_portseq; /* Sequence number where port is first seen */
|
| H A D | ip_irc_pxy.c | 75 u_32_t l; 361 register u_32_t sum1, sum2;
|
| H A D | ip_auth.c | 342 u_32_t *passp; 348 u_32_t pass; 1224 u_32_t 1228 u_32_t pass;
|
| H A D | ip_proxy.c | 918 u_32_t s1, s2, sd; 1167 u_32_t seq1, seq2; 1183 seq1 = (u_32_t)ntohl(tcp->th_seq); 1297 (u_32_t)ntohl(tcp->th_seq), (u_32_t)ntohl(tcp->th_ack));
|
| H A D | ip_ftp_pxy.c | 1295 u_32_t thseq, thack; 1417 DT3(thack, ftpside_t *t, t, int, ackoff, u_32_t, thack); 1439 DT2(thseq, ftpside_t *t, t, u_32_t, thseq); 1463 DT3(ok_0, ftpside_t *, f, u_32_t, thseq, int, mlen); 1752 u_32_t addr, i; 1995 u_32_t a; 2058 whole |= ((u_32_t)c) << 24;
|