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

  /src/external/bsd/ipf/dist/lib/
printproto.c 28 else if (np->in_flags & IPN_UDP)
  /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 3640 flags = IPN_UDP;
3764 flags = IPN_UDP;
4019 /* flags -> relevant are IPN_UDP/IPN_TCP/IPN_ICMPQUERY that indicate if */
4348 /* flags -> relevant are IPN_UDP/IPN_TCP/IPN_ICMPQUERY that indicate if */
4600 else if (np->nl_flags & IPN_UDP)
4826 nflags = IPN_UDP;
5310 nflags = IPN_UDP;
5756 if ((nflags & IPN_UDP) != 0) {
8240 nflags = IPN_UDP;
  /src/external/bsd/ipf/dist/
ip_tftp_pxy.c 214 ipn->in_flags = IPN_UDP|IPN_FIXEDDPORT|IPN_PROXYRULE;
330 nflags = NAT_SLAVE|IPN_UDP|SI_W_SPORT;
374 (void) ipf_nat_proto(&fi, nat2, IPN_UDP);
ip_nat6.c 1470 flags = IPN_UDP;
1639 flags = IPN_UDP;
1907 /* flags -> relevant are IPN_UDP/IPN_TCP/IPN_ICMPQUERY that indicate if */
2229 /* flags -> relevant are IPN_UDP/IPN_TCP/IPN_ICMPQUERY that indicate if */
2486 else if (np->nl_flags & IPN_UDP)
2652 nflags = IPN_UDP;
3050 nflags = IPN_UDP;
  /src/external/bsd/ipf/dist/tools/
ipnat_y.y 1427 nat->in_flags &= ~IPN_UDP;
1430 nat->in_flags |= IPN_UDP;
1465 if ((nat->in_flags & (IPN_TCP|IPN_UDP)) == 0) {

Completed in 97 milliseconds