Home
last modified time | relevance | path

Searched refs:IPN_UDP (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_raudio_pxy.c291 NAT_SLAVE|IPN_UDP | (sp ? 0 : SI_W_SPORT), in ipf_p_raudio_in()
295 (void) ipf_nat_proto(&fi, nat2, IPN_UDP); in ipf_p_raudio_in()
314 NAT_SLAVE|IPN_UDP|SI_W_DPORT, in ipf_p_raudio_in()
318 (void) ipf_nat_proto(&fi, nat2, IPN_UDP); in ipf_p_raudio_in()
H A Dip_tftp_pxy.c197 ipn->in_flags = IPN_UDP|IPN_FIXEDDPORT|IPN_PROXYRULE; in ipf_p_tftp_new()
308 nflags = NAT_SLAVE|IPN_UDP|SI_W_SPORT; in ipf_p_tftp_backchannel()
354 (void) ipf_nat_proto(&fi, nat2, IPN_UDP); in ipf_p_tftp_backchannel()
H A Dip_nat.h336 #define IPN_UDP 0x00002 macro
337 #define IPN_TCPUDP (IPN_TCP|IPN_UDP)
339 #define IPN_TCPUDPICMP (IPN_TCP|IPN_UDP|IPN_ICMPERR)
341 #define IPN_TCPUDPICMPQ (IPN_TCP|IPN_UDP|IPN_ICMPQUERY)
H A Dip_nat6.c1429 flags = IPN_UDP; in ipf_nat6_icmperrorlookup()
1594 flags = IPN_UDP; in ipf_nat6_icmperror()
2439 else if (np->nl_flags & IPN_UDP) in ipf_nat6_lookupredir()
2601 nflags = IPN_UDP; in ipf_nat6_checkout()
2991 nflags = IPN_UDP; in ipf_nat6_checkin()
H A Dip_nat.c3613 flags = IPN_UDP; in ipf_nat_icmperrorlookup()
3737 flags = IPN_UDP; in ipf_nat_icmperror()
4575 else if (np->nl_flags & IPN_UDP) in ipf_nat_lookupredir()
4802 nflags = IPN_UDP; in ipf_nat_checkout()
5283 nflags = IPN_UDP; in ipf_nat_checkin()
5726 if ((nflags & IPN_UDP) != 0) { in ipf_nat_proto()
8213 nflags = IPN_UDP; in ipf_nat_uncreate()
/freebsd/sbin/ipf/libipf/
H A Dprintproto.c20 else if (np->in_flags & IPN_UDP) in printproto()
/freebsd/sbin/ipf/ipnat/
H A Dipnat_y.y1407 nat->in_flags &= ~IPN_UDP; in setnatproto()
1410 nat->in_flags |= IPN_UDP; in setnatproto()
1445 if ((nat->in_flags & (IPN_TCP|IPN_UDP)) == 0) { in setnatproto()