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

  /src/sys/external/bsd/ipf/netinet/
ip_raudio_pxy.c 303 NAT_SLAVE|IPN_UDP | (sp ? 0 : SI_W_SPORT),
307 (void) ipf_nat_proto(&fi, nat2, IPN_UDP);
326 NAT_SLAVE|IPN_UDP|SI_W_DPORT,
330 (void) ipf_nat_proto(&fi, nat2, IPN_UDP);
ip_tftp_pxy.c 199 ipn->in_flags = IPN_UDP|IPN_FIXEDDPORT|IPN_PROXYRULE;
310 nflags = NAT_SLAVE|IPN_UDP|SI_W_SPORT;
356 (void) ipf_nat_proto(&fi, nat2, IPN_UDP);
ip_nat.h 194 #define NAT_UDP 0x0002 /* IPN_UDP */
362 #define IPN_UDP 0x00002
363 #define IPN_TCPUDP (IPN_TCP|IPN_UDP)
365 #define IPN_TCPUDPICMP (IPN_TCP|IPN_UDP|IPN_ICMPERR)
367 #define IPN_TCPUDPICMPQ (IPN_TCP|IPN_UDP|IPN_ICMPQUERY)
ip_nat6.c 1437 flags = IPN_UDP;
1600 flags = IPN_UDP;
1868 /* flags -> relevant are IPN_UDP/IPN_TCP/IPN_ICMPQUERY that indicate if */
2181 /* flags -> relevant are IPN_UDP/IPN_TCP/IPN_ICMPQUERY that indicate if */
2433 else if (np->nl_flags & IPN_UDP)
2597 nflags = IPN_UDP;
2995 nflags = IPN_UDP;
ip_nat.c 3639 flags = IPN_UDP;
3763 flags = IPN_UDP;
4018 /* flags -> relevant are IPN_UDP/IPN_TCP/IPN_ICMPQUERY that indicate if */
4347 /* flags -> relevant are IPN_UDP/IPN_TCP/IPN_ICMPQUERY that indicate if */
4599 else if (np->nl_flags & IPN_UDP)
4825 nflags = IPN_UDP;
5309 nflags = IPN_UDP;
5755 if ((nflags & IPN_UDP) != 0) {
8239 nflags = IPN_UDP;

Completed in 23 milliseconds