Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Din_pcb.h861 extern void in_pcbnotifyall(struct inpcbinfo *, struct in_addr, int,
H A Dudp_usrreq.c1013 in_pcbnotifyall(&udbinfo, faddr, inetctlerrmap[cmd], notify); in udp_ctlinput()
H A Din_pcb.c2269 in_pcbnotifyall(struct inpcbinfo *pcbinfo, struct in_addr faddr, in in_pcbnotifyall() function
H A Dtcp_subr.c2491 in_pcbnotifyall(&tcbinfo, faddr, inetctlerrmap[cmd], notify); in tcp_ctlinput()