HomeSort by: relevance | last modified time | path
    Searched defs:inpcb_lookup_local (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet/
in_pcb.c 428 t = inpcb_lookup_local(table, sin->sin_addr, sin->sin_port, 1, &vestige);
450 t = inpcb_lookup_local(table, sin->sin_addr, sin->sin_port, wild, &vestige);
949 * inpcb_lookup_local: find a PCB by looking at the local port and matching
954 inpcb_lookup_local(struct inpcbtable *table, struct in_addr laddr, function in typeref:struct:inpcb *

Completed in 22 milliseconds