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

  /src/sys/external/bsd/ipf/netinet/
ip_nat6.c 840 if ((np->in_dpnext == 0) || ((flags & NAT_NOTRULEPORT) != 0))
852 nport = htons(np->in_dpnext);
853 np->in_dpnext++;
854 if (np->in_dpnext > np->in_dpmax)
855 np->in_dpnext = np->in_dpmin;
3388 (dst_search == 0) && (np->in_dpnext == 0)) {
3484 if (np->in_dpnext != 0)
3485 frnat.fin_data[1] = np->in_dpnext;
3493 np->in_dpnext++;
3496 if (np->in_dpnext > np->in_dpmax
    [all...]
ip_nat.c 2961 if ((np->in_dpnext == 0) || ((flags & NAT_NOTRULEPORT) != 0))
2973 nport = htons(np->in_dpnext);
2974 np->in_dpnext++;
2975 if (np->in_dpnext > np->in_dpmax)
2976 np->in_dpnext = np->in_dpmin;
6951 (dst_search == 0) && (np->in_dpnext == 0)) {
7042 if (np->in_dpnext != 0)
7043 frnat.fin_data[1] = np->in_dpnext;
7051 np->in_dpnext++;
7054 if (np->in_dpnext > np->in_dpmax
    [all...]
ip_nat.h 260 u_short in_dpnext; member in struct:ipnat
ip_rpcb_pxy.c 1195 ipn->in_dpnext = fi.fin_dport;
ip_fil_compat.c 2358 np->in_dpnext = old->in_pnext;
2449 np->in_dpnext = old->in_pnext;
4180 old->in_pnext = np->in_dpnext;
4259 old->in_pnext = np->in_dpnext;
  /src/dist/pf/usr.sbin/ftp-proxy/
ipf.c 254 ipn->in_dpnext = htons(rdr_port);

Completed in 224 milliseconds