Home
last modified time | relevance | path

Searched refs:lastport (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/netinet/
Dportalgo.c154 pcb_getports(struct inpcb *inp, uint16_t *lastport, in pcb_getports() argument
183 *lastport = table->inpt_lastlow; in pcb_getports()
188 *lastport = table->inpt_lastport; in pcb_getports()
200 *lastport = table->inpt_lastlow; in pcb_getports()
205 *lastport = table->inpt_lastport; in pcb_getports()
224 *mymin, *mymax, *lastport); in pcb_getports()
377 uint16_t mymin, mymax, lastport; in algo_bsd() local
382 error = pcb_getports(inp, &lastport, &mymin, &mymax, in algo_bsd()
414 uint16_t mymin, mymax, lastport; in algo_random_start() local
420 error = pcb_getports(inp, &lastport, &mymin, &mymax, in algo_random_start()
[all …]
Din_pcb.c275 in_port_t *lastport; in inpcb_set_port() local
287 lastport = &table->inpt_lastlow; in inpcb_set_port()
291 lastport = &table->inpt_lastport; in inpcb_set_port()
308 *lastport = lport; in inpcb_set_port()
Dsctp_pcb.h214 uint16_t lastport; member
/netbsd/src/sys/netinet6/
Din6_src.c848 u_int16_t lport, *lastport; in in6pcb_set_port() local
858 lastport = &table->inpt_lastlow; in in6pcb_set_port()
862 lastport = &table->inpt_lastport; in in6pcb_set_port()
879 *lastport = lport; in in6pcb_set_port()