Searched refs:IPN_UDP (Results 1 – 7 of 7) sorted by relevance
312 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);
212 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);
344 #define IPN_UDP 0x00002 macro345 #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)
1468 flags = IPN_UDP;1637 flags = IPN_UDP;2484 else if (np->nl_flags & IPN_UDP)2650 nflags = IPN_UDP;3048 nflags = IPN_UDP;
3696 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;
26 else if (np->in_flags & IPN_UDP)
1427 nat->in_flags &= ~IPN_UDP;1430 nat->in_flags |= IPN_UDP;1465 if ((nat->in_flags & (IPN_TCP|IPN_UDP)) == 0) {