| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_nat.h | 677 extern int ipf_nat_checkin __P((fr_info_t *, u_32_t *)); 678 extern int ipf_nat_checkout __P((fr_info_t *, u_32_t *)); 687 extern nat_t *ipf_nat_icmperrorlookup __P((fr_info_t *, int)); 690 extern nat_t *ipf_nat_inlookup __P((fr_info_t *, u_int, u_int, 712 extern nat_t *ipf_nat_tnlookup __P((fr_info_t *, int)); 713 extern void ipf_nat_update __P((fr_info_t *, nat_t *)); 722 extern nat_t *ipf_nat_clone __P((fr_info_t *, nat_t *)); 735 extern void ipf_nat_uncreate __P((fr_info_t *)); 743 extern int ipf_nat6_checkout __P((fr_info_t *, u_32_t *)); 744 extern int ipf_nat6_checkin __P((fr_info_t *, u_32_t *)); [all …]
|
| H A D | ip_frag.h | 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 *)); 113 extern nat_t *ipf_frag_natknown __P((fr_info_t *)); 114 extern int ipf_frag_new __P((ipf_main_softc_t *, fr_info_t *, u_32_t));
|
| H A D | ip_tftp_pxy.c | 16 int ipf_p_tftp_backchannel __P((fr_info_t *, ap_session_t *, nat_t *)); 19 int ipf_p_tftp_in __P((void *, fr_info_t *, ap_session_t *, nat_t *)); 22 int ipf_p_tftp_new __P((void *, fr_info_t *, ap_session_t *, nat_t *)); 135 fr_info_t *fin; 151 fr_info_t *fin; 167 fr_info_t *fin; 284 fr_info_t *fin; in ipf_p_tftp_backchannel() 299 fr_info_t fi; 424 fr_info_t *fin; 441 DT3(tftp_cmd, fr_info_t *, fin, int, opcode, nat_t *, nat); [all …]
|
| H A D | ip_rcmd_pxy.c | 29 int ipf_p_rcmd_new __P((void *, fr_info_t *, ap_session_t *, nat_t *)); 30 int ipf_p_rcmd_out __P((void *, fr_info_t *, ap_session_t *, nat_t *)); 31 int ipf_p_rcmd_in __P((void *, fr_info_t *, ap_session_t *, nat_t *)); 33 int ipf_p_rcmd_portmsg __P((fr_info_t *, ap_session_t *, nat_t *)); 70 fr_info_t *fin; 145 fr_info_t *fin; in ipf_p_rcmd_portmsg() 155 fr_info_t fi; 332 fr_info_t *fin; 345 fr_info_t *fin;
|
| H A D | ip_auth.h | 22 fr_info_t fra_info; 71 extern frentry_t *ipf_auth_check __P((fr_info_t *, u_32_t *)); 80 extern int ipf_auth_new __P((mb_t *, fr_info_t *)); 88 extern u_32_t ipf_auth_pre_scanlist __P((ipf_main_softc_t *, fr_info_t *,
|
| H A D | ip_pptp_pxy.c | 62 int ipf_p_pptp_new __P((void *, fr_info_t *, ap_session_t *, nat_t *)); 64 int ipf_p_pptp_inout __P((void *, fr_info_t *, ap_session_t *, nat_t *)); 65 void ipf_p_pptp_donatstate __P((fr_info_t *, nat_t *, pptp_pxy_t *)); 67 int ipf_p_pptp_nextmessage __P((fr_info_t *, nat_t *, pptp_pxy_t *, int)); 112 fr_info_t *fin; 195 fr_info_t *fin; in ipf_p_pptp_donatstate() 200 fr_info_t fi; 283 fr_info_t *fin; in ipf_p_pptp_nextmessage() 408 fr_info_t *fin; in ipf_p_pptp_message() 433 fr_info_t *fin; in ipf_p_pptp_mctl() [all …]
|
| H A D | ip_rpcb_pxy.c | 149 fr_info_t *fin; 209 fr_info_t *fin; 281 fr_info_t *fin; 417 fr_info_t *fin; in ipf_p_rpcb_decodereq() 773 fr_info_t *fin; in ipf_p_rpcb_modreq() 860 fr_info_t *fin; in ipf_p_rpcb_decoderep() 1151 fr_info_t *fin; in ipf_p_rpcb_getnat() 1160 fr_info_t fi; 1311 fr_info_t *fin; in ipf_p_rpcb_modv3() 1377 fr_info_t *fin; in ipf_p_rpcb_modv4() [all …]
|
| H A D | ip_proxy.h | 112 int (* apr_new) __P((void *, fr_info_t *, ap_session_t *, 115 int (* apr_inpkt) __P((void *, fr_info_t *, ap_session_t *, 117 int (* apr_outpkt) __P((void *, fr_info_t *, ap_session_t *, 119 int (* apr_match) __P((fr_info_t *, ap_session_t *, struct nat *)); 442 extern int ipf_proxy_check __P((fr_info_t *, struct nat *)); 450 extern int ipf_proxy_match __P((fr_info_t *, struct nat *)); 451 extern int ipf_proxy_new __P((fr_info_t *, struct nat *)); 452 extern int ipf_proxy_ok __P((fr_info_t *, tcphdr_t *, struct ipnat *));
|
| H A D | ip_raudio_pxy.c | 16 int ipf_p_raudio_new __P((void *, fr_info_t *, ap_session_t *, nat_t *)); 17 int ipf_p_raudio_in __P((void *, fr_info_t *, ap_session_t *, nat_t *)); 18 int ipf_p_raudio_out __P((void *, fr_info_t *, ap_session_t *, nat_t *)); 55 fr_info_t *fin; 82 fr_info_t *fin; 186 fr_info_t *fin; 199 fr_info_t fi;
|
| 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_irc_pxy.c | 16 int ipf_p_irc_new __P((void *, fr_info_t *, ap_session_t *, nat_t *)); 17 int ipf_p_irc_out __P((void *, fr_info_t *, ap_session_t *, nat_t *)); 18 int ipf_p_irc_send __P((fr_info_t *, nat_t *)); 229 fr_info_t *fin; 254 fr_info_t *fin; in ipf_p_irc_send() 265 fr_info_t fi; 440 fr_info_t *fin;
|
| H A D | ip_ipsec_pxy.c | 34 int ipf_p_ipsec_new __P((void *, fr_info_t *, ap_session_t *, nat_t *)); 36 int ipf_p_ipsec_inout __P((void *, fr_info_t *, ap_session_t *, nat_t *)); 37 int ipf_p_ipsec_match __P((fr_info_t *, ap_session_t *, nat_t *)); 135 fr_info_t *fin; 147 fr_info_t fi; 271 fr_info_t *fin; 278 fr_info_t fi; 360 fr_info_t *fin; in ipf_p_ipsec_match()
|
| H A D | fil.c | 426 fr_info_t *fin; in ipf_pr_short6() 448 fr_info_t *fin; in ipf_pr_ipv6hdr() 620 fr_info_t *fin; in ipf_pr_ipv6exthdr() 699 fr_info_t *fin; in ipf_pr_hopopts6() 720 fr_info_t *fin; in ipf_pr_mobility6() 741 fr_info_t *fin; in ipf_pr_routing6() 805 fr_info_t *fin; in ipf_pr_fragment6() 864 fr_info_t *fin; in ipf_pr_dstopts6() 889 fr_info_t *fin; in ipf_pr_icmp6() 977 fr_info_t *fin; in ipf_pr_udp6() [all …]
|
| H A D | ip_fil.h | 411 } fr_info_t; typedef 451 #define FI_CSIZE offsetof(fr_info_t, fin_icode) 452 #define FI_LCSIZE offsetof(fr_info_t, fin_dp) 457 #define FI_COPYSIZE offsetof(fr_info_t, fin_dp) 1705 extern int ipf_send_reset __P((fr_info_t *)); 1721 extern int ipf_checkv4sum __P((fr_info_t *)); 1722 extern int ipf_checkl4sum __P((fr_info_t *)); 1726 extern int ipf_coalesce __P((fr_info_t *)); 1728 extern int ipf_checkv6sum __P((fr_info_t *)); 1793 extern u_32_t ipf_newisn __P((fr_info_t *)); [all …]
|
| H A D | ip_ftp_pxy.c | 230 fr_info_t *fin; 291 fr_info_t *fin; 454 fr_info_t *fin; 464 fr_info_t fi; 619 fr_info_t *fin; 703 fr_info_t *fin; 853 fr_info_t *fin; 870 fr_info_t fi; 1000 fr_info_t *fin; 1288 fr_info_t *fin; [all …]
|
| H A D | ip_dns_pxy.c | 34 int ipf_p_dns_inout __P((void *, fr_info_t *, ap_session_t *, nat_t *)); 35 int ipf_p_dns_match __P((fr_info_t *, ap_session_t *, nat_t *)); 37 int ipf_p_dns_new __P((void *, fr_info_t *, ap_session_t *, nat_t *)); 179 fr_info_t *fin; 337 fr_info_t *fin; 387 fr_info_t *fin; in ipf_p_dns_match()
|
| H A D | ip_frag.c | 85 fr_info_t *, u_32_t, ipfr_t **, 93 fr_info_t *, u_32_t, ipfr_t **)); 379 fr_info_t *fin; 525 fr_info_t *fin; 561 fr_info_t *fin; 602 fr_info_t *fin; in ipf_frag_ipidnew() 650 fr_info_t *fin; 817 fr_info_t *fin; in ipf_frag_natknown() 858 fr_info_t *fin; in ipf_frag_ipidknown() 896 fr_info_t *fin; in ipf_frag_known() [all …]
|
| H A D | ip_fil_freebsd.c | 345 fr_info_t *fin; in ipf_send_reset() 445 fr_info_t *fin; in ipf_send_ip() 448 fr_info_t fnew; 510 fr_info_t *fin; 694 fr_info_t *fin; 948 fr_info_t *fin; in ipf_verifysrc() 1037 fr_info_t *fin; in ipf_newisn() 1047 fr_info_t *fin; in ipf_checkv4sum() 1147 fr_info_t *fin; in ipf_checkv6sum() 1212 fr_info_t *fin; [all …]
|
| H A D | ip_netbios_pxy.c | 39 int ipf_p_netbios_out __P((void *, fr_info_t *, ap_session_t *, nat_t *)); 72 fr_info_t *fin;
|
| H A D | ip_sync.h | 112 extern synclist_t *ipf_sync_new __P((ipf_main_softc_t *, int, fr_info_t *, void *)); 116 extern void ipf_sync_update __P((ipf_main_softc_t *, int, fr_info_t *, synclist_t *));
|
| H A D | ip_state.c | 1375 fr_info_t *fin; 1899 fr_info_t *fin; 2007 fr_info_t *fin; 2122 fr_info_t *fin; in ipf_checknewisn() 2159 fr_info_t *fin; in ipf_state_tcpinwindow() 2345 fr_info_t *fin; in ipf_state_clone() 2438 fr_info_t *fin; in ipf_matchsrcdst() 2677 fr_info_t *fin; in ipf_checkicmpmatchingstate() 2686 fr_info_t ofin; 2900 fr_info_t *fin; in ipf_allowstateicmp() [all …]
|
| H A D | ip_nat.c | 1935 fr_info_t fin; 2605 fr_info_t *fin; in ipf_nat_newmap() 2872 fr_info_t *fin; in ipf_nat_newrdr() 3086 fr_info_t *fin; in ipf_nat_add() 3286 fr_info_t *fin; in ipf_nat_finalise() 3612 fr_info_t *fin; in ipf_nat_icmperrorlookup() 3769 fr_info_t *fin; in ipf_nat_icmperror() 4076 fr_info_t *fin; in ipf_nat_inlookup() 4411 fr_info_t *fin; in ipf_nat_outlookup() 4648 fr_info_t fi; [all …]
|
| H A D | ip_nat6.c | 457 fr_info_t *fin; in ipf_nat6_newmap() 738 fr_info_t *fin; in ipf_nat6_newrdr() 953 fr_info_t *fin; in ipf_nat6_add() 1154 fr_info_t *fin; in ipf_nat6_finalise() 1386 fr_info_t *fin; in ipf_nat6_icmperrorlookup() 1584 fr_info_t *fin; in ipf_nat6_icmperror() 1904 fr_info_t *fin; in ipf_nat6_inlookup() 2226 fr_info_t *fin; in ipf_nat6_outlookup() 2465 fr_info_t fi; 2539 fr_info_t *fin; in ipf_nat6_match() [all …]
|
| H A D | ip_rules.c | 87 fr_info_t *fin; in ipfrule_match_in_() 97 fr_info_t *fin; in ipfrule_match_out_()
|
| H A D | ip_dstlist.h | 65 extern int ipf_dstlist_select_node __P((fr_info_t *, void *, u_32_t *,
|