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

  /src/dist/pf/usr.sbin/ftp-proxy/
ipf.c 255 ipn->in_flags = IPN_FIXEDDPORT | IPN_TCP;
  /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 2968 if (((np->in_flags & IPN_FIXEDDPORT) == 0) &&
7048 if ((flags & IPN_FIXEDDPORT) != 0) {

Completed in 22 milliseconds