Home
last modified time | relevance | path

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

/trueos/sys/contrib/ipfilter/netinet/
HDip_raudio_pxy.c312 NAT_SLAVE|IPN_UDP | (sp ? 0 : SI_W_SPORT),
316 (void) ipf_nat_proto(&fi, nat2, IPN_UDP);
335 NAT_SLAVE|IPN_UDP|SI_W_DPORT,
339 (void) ipf_nat_proto(&fi, nat2, IPN_UDP);
HDip_tftp_pxy.c212 ipn->in_flags = IPN_UDP|IPN_FIXEDDPORT|IPN_PROXYRULE;
328 nflags = NAT_SLAVE|IPN_UDP|SI_W_SPORT;
374 (void) ipf_nat_proto(&fi, nat2, IPN_UDP);
HDip_nat.h344 #define IPN_UDP 0x00002 macro
345 #define IPN_TCPUDP (IPN_TCP|IPN_UDP)
347 #define IPN_TCPUDPICMP (IPN_TCP|IPN_UDP|IPN_ICMPERR)
349 #define IPN_TCPUDPICMPQ (IPN_TCP|IPN_UDP|IPN_ICMPQUERY)
HDip_nat6.c1468 flags = IPN_UDP;
1637 flags = IPN_UDP;
2484 else if (np->nl_flags & IPN_UDP)
2650 nflags = IPN_UDP;
3048 nflags = IPN_UDP;
HDip_nat.c3696 flags = IPN_UDP;
3823 flags = IPN_UDP;
4675 else if (np->nl_flags & IPN_UDP)
4908 nflags = IPN_UDP;
5391 nflags = IPN_UDP;
5836 if ((nflags & IPN_UDP) != 0) {
8412 nflags = IPN_UDP;
/trueos/contrib/ipfilter/lib/
HDprintproto.c26 else if (np->in_flags & IPN_UDP)
/trueos/contrib/ipfilter/tools/
HDipnat_y.y1427 nat->in_flags &= ~IPN_UDP;
1430 nat->in_flags |= IPN_UDP;
1465 if ((nat->in_flags & (IPN_TCP|IPN_UDP)) == 0) {