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

  /src/sys/external/bsd/ipf/netinet/
ip_nat.h 294 #define in_dpmax in_ndports[1] macro
ip_rpcb_pxy.c 1194 ipn->in_dpmax = fi.fin_dport;
ip_nat6.c 849 nport = ntohs(dport) - np->in_odport + np->in_dpmax;
854 if (np->in_dpnext > np->in_dpmax)
3496 if (np->in_dpnext > np->in_dpmax)
ip_fil_compat.c 2396 np->in_dpmax = old->in_port[1];
2475 np->in_dpmax = old->in_port[1];
4210 old->in_port[1] = np->in_dpmax;
4289 old->in_port[1] = np->in_dpmax;
ip_nat.c 2970 nport = ntohs(dport) - np->in_odport + np->in_dpmax;
2975 if (np->in_dpnext > np->in_dpmax)
7054 if (np->in_dpnext > np->in_dpmax)

Completed in 25 milliseconds