HomeSort by: relevance | last modified time | path
    Searched refs:ip_t (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_netbios_pxy.c 80 ip_t *ip;
ip_ftp_pxy.c 76 int ipf_p_ftp_client(ipf_ftp_softc_t *, fr_info_t *, ip_t *, nat_t *,
83 int ipf_p_ftp_pasv(ipf_ftp_softc_t *, fr_info_t *, ip_t *, nat_t *,
85 int ipf_p_ftp_epsv(ipf_ftp_softc_t *, fr_info_t *, ip_t *, nat_t *,
87 int ipf_p_ftp_port(ipf_ftp_softc_t *, fr_info_t *, ip_t *, nat_t *,
91 int ipf_p_ftp_server(ipf_ftp_softc_t *, fr_info_t *, ip_t *, nat_t *,
99 int ipf_p_ftp_pasvreply(ipf_ftp_softc_t *, fr_info_t *, ip_t *, nat_t *,
101 int ipf_p_ftp_eprt(ipf_ftp_softc_t *, fr_info_t *, ip_t *, nat_t *,
103 int ipf_p_ftp_eprt4(ipf_ftp_softc_t *, fr_info_t *, ip_t *, nat_t *,
105 int ipf_p_ftp_eprt6(ipf_ftp_softc_t *, fr_info_t *, ip_t *, nat_t *,
107 int ipf_p_ftp_addport(ipf_ftp_softc_t *, fr_info_t *, ip_t *, nat_t *
    [all...]
ip_fil_netbsd.c 177 static int (*ipf_savep)(void *, ip_t *, int, void *, int, struct mbuf **);
189 int (*ipf_checkp)(void *, ip_t *ip, int hlen, void *ifp, int out, mb_t **mp);
741 ip_t *ip;
755 hlen = (fin->fin_v == 6) ? sizeof(ip6_t) : sizeof(ip_t);
757 hlen = sizeof(ip_t);
842 ip_t *oip;
844 ip_t *ip;
847 ip = mtod(m, ip_t *);
918 ip_t *ip, *ip2;
969 hlen = sizeof(ip_t);
    [all...]
ip_ipsec_pxy.c 145 ip_t *ip;
270 ip_t *ip;
ip_nat.c 3575 ip_t *oip;
3584 if ((fin->fin_hlen != sizeof(ip_t)) || !(fin->fin_flx & FI_ICMPERR)) {
3592 oip = (ip_t *)((char *)fin->fin_dp + 8);
3594 if ((minlen < sizeof(ip_t)) ||
3729 ip_t *oip;
3751 oip = (ip_t *)&icmp->icmp_ip;
5125 ip_t *ip;
5134 ip = MTOD(m, ip_t *);
5158 fin->fin_plen += sizeof(ip_t) + 8; /* UDP + IPv4 hdr */
5159 fin->fin_dlen += sizeof(ip_t) + 8; /* UDP + IPv4 hdr *
    [all...]
ip_pptp_pxy.c 122 ip_t *ip;
203 ip_t *ip;
ip_irc_pxy.c 264 ip_t *ip;
ip_raudio_pxy.c 198 ip_t *ip;
ip_rcmd_pxy.c 149 ip_t *ip;
ip_auth.c 389 ip_t *ip;
511 ip_t *ip;
549 if ((ip == (ip_t *)m->b_rptr) && (fin->fin_v == 4))
ip_fil.h 456 ip_t *fip_ip;
1713 extern int (*ipf_checkp)(ip_t *, int, void *, int, mb_t **);
1745 extern int (*fr_checkp)(ip_t *, int, void *, int, mb_t **);
1910 extern u_short fr_cksum(fr_info_t *, ip_t *, int, void *);
1923 extern int ipf_makefrip(int, ip_t *, fr_info_t *);
ip_proxy.c 114 static int ipf_proxy_fixseqack(fr_info_t *, ip_t *, ap_session_t *, int );
906 ip_t *ip;
1146 ipf_proxy_fixseqack(fr_info_t *fin, ip_t *ip, ap_session_t *aps, int inc)
ip_tftp_pxy.c 285 ip_t *ip;
ip_compat.h 494 #define MAX_IPV4HDR ((0xf << 2) + sizeof(struct icmp) + sizeof(ip_t) + 8)
763 typedef struct ip ip_t; typedef in typeref:struct:ip
fil.c 1214 ip_t *oip;
1291 oip = (ip_t *)((char *)fin->fin_dp + ICMPERR_ICMPHLEN);
1692 ip_t *ip;
2033 ipf_makefrip(int hlen, ip_t *ip, fr_info_t *fin)
2789 ipf_check(void *ctx, ip_t *ip, int hlen, void *ifp, int out,
3378 fr_cksum(fr_info_t *fin, ip_t *ip, int l4proto, void *l4hdr)
5961 ip_t *ip;
8222 ip_t *ip;
8325 ip = (ip_t *)((char *)fin->fin_ip + elen);
ip_state.c 2636 ip_t *oip;
2645 if ((fin->fin_v != 4) || (fin->fin_hlen != sizeof(ip_t)) ||
2653 oip = (ip_t *)((char *)ic + ICMPERR_ICMPHLEN);
4420 ofin.fin_ip = (ip_t *)oip6;
4421 (void) ipf_makefrip(sizeof(*oip6), (ip_t *)oip6, &ofin);
ip_log.c 520 if (fin->fin_ip == (ip_t *)m->b_rptr) {
ip_fil_compat.c 345 ip_t *ofin_ip;
386 ip_t *ofin_ip;
426 ip_t *ofin_ip;
465 ip_t *ofin_ip;
ip_nat6.c 3781 if (ipf_makefrip(sizeof(ip6_t), (ip_t *)hdr, fin) == -1) {

Completed in 48 milliseconds