Home
last modified time | relevance | path

Searched refs:in_pcbportrange (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/netinet/
H A Din_pcb.h485 void in_pcbportrange(u_short *, u_short *, u_short, u_short);
H A Din_pcb.c417 in_pcbportrange(&last, &first, portinfo->offset, step); in in_pcbsetlport()
2526 in_pcbportrange(u_short *hi0, u_short *lo0, u_short ofs, u_short step) in in_pcbportrange() function
/dragonfly/sys/netinet6/
H A Din6_src.c462 in_pcbportrange(&last, &first, portinfo->offset, step); in in6_pcbsetlport()