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 *
|