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

  /src/external/bsd/ipf/dist/lib/
printnat.c 191 if ((np->in_flags & IPN_FIXEDDPORT) != 0) {
223 if ((np->in_flags & IPN_FIXEDDPORT) != 0)
  /src/dist/pf/usr.sbin/ftp-proxy/
ipf.c 255 ipn->in_flags = IPN_FIXEDDPORT | IPN_TCP;
  /src/external/bsd/ipf/dist/tools/
ipnat_y.y 516 nat->in_flags |= IPN_FIXEDDPORT;
762 nat->in_flags |= IPN_FIXEDDPORT;
1475 if ((nat->in_flags & (IPN_TCPUDP|IPN_FIXEDDPORT)) == IPN_FIXEDDPORT)
1476 nat->in_flags &= ~IPN_FIXEDDPORT;
  /src/sys/external/bsd/ipf/netinet/
ip_tftp_pxy.c 199 ipn->in_flags = IPN_UDP|IPN_FIXEDDPORT|IPN_PROXYRULE;
ip_nat.h 384 #define IPN_FIXEDDPORT 0x80000
392 IPN_FRAG|IPN_STICKY|IPN_FIXEDDPORT|IPN_ICMPQUERY|\
ip_nat6.c 847 if (((np->in_flags & IPN_FIXEDDPORT) == 0) &&
3490 if ((flags & IPN_FIXEDDPORT) != 0) {
ip_nat.c 2969 if (((np->in_flags & IPN_FIXEDDPORT) == 0) &&
7049 if ((flags & IPN_FIXEDDPORT) != 0) {
  /src/external/bsd/ipf/dist/
ip_tftp_pxy.c 214 ipn->in_flags = IPN_UDP|IPN_FIXEDDPORT|IPN_PROXYRULE;
ip_nat6.c 869 if (((np->in_flags & IPN_FIXEDDPORT) == 0) &&
3550 if ((flags & IPN_FIXEDDPORT) != 0) {

Completed in 42 milliseconds