HomeSort by relevance Sort by last modified time
    Searched refs:maxports (Results 1 - 2 of 2) sorted by null

  /external/libppp/src/
ncp.c 104 ncp->cfg.urgent.tcp.nports = ncp->cfg.urgent.tcp.maxports = 0;
106 ncp->cfg.urgent.tcp.nports = ncp->cfg.urgent.tcp.maxports = NDEFTCPPORTS;
112 ncp->cfg.urgent.udp.nports = ncp->cfg.urgent.udp.maxports = 0;
134 if (ncp->cfg.urgent.tcp.maxports) {
135 ncp->cfg.urgent.tcp.nports = ncp->cfg.urgent.tcp.maxports = 0;
139 if (ncp->cfg.urgent.udp.maxports) {
140 ncp->cfg.urgent.udp.nports = ncp->cfg.urgent.udp.maxports = 0;
388 if (range->nports == range->maxports) {
389 range->maxports += 10;
391 range->maxports * sizeof(u_short))
    [all...]
ncp.h 31 unsigned maxports; /* How many allocated (malloc) ports */ member in struct:port_range

Completed in 25 milliseconds