Home | History | Annotate | Download | only in netinet

Lines Matching defs:lastport

154 pcb_getports(struct inpcb *inp, uint16_t *lastport,
183 *lastport = table->inpt_lastlow;
188 *lastport = table->inpt_lastport;
200 *lastport = table->inpt_lastlow;
205 *lastport = table->inpt_lastport;
223 DPRINTF("%s mymin:%d mymax:%d lastport:%d\n", __func__,
224 *mymin, *mymax, *lastport);
377 uint16_t mymin, mymax, lastport;
382 error = pcb_getports(inp, &lastport, &mymin, &mymax,
414 uint16_t mymin, mymax, lastport;
420 error = pcb_getports(inp, &lastport, &mymin, &mymax,
468 uint16_t mymin, mymax, lastport;
474 error = pcb_getports(inp, &lastport, &mymin, &mymax,
606 uint16_t mymin, mymax, lastport;
613 error = pcb_getports(inp, &lastport, &mymin, &mymax,
655 uint16_t mymin, mymax, lastport;
664 error = pcb_getports(inp, &lastport, &mymin, &mymax,
709 uint16_t mymin, mymax, lastport;
716 error = pcb_getports(inp, &lastport, &mymin, &mymax,
814 uint16_t lastport, mymin, mymax, *pnext_ephemeral;
816 error = pcb_getports(inp, &lastport, &mymin,
820 *port = lastport - 1;