Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/netinet/
H A Din_proto.c149 .pr_ctlinput = tcp_ctlinput,
H A Dtcp_var.h1847 void tcp_ctlinput(int, struct sockaddr *, void *, struct ifnet *);
H A Dtcp_subr.c2430 tcp_ctlinput(int cmd, struct sockaddr *sa, void *vip, __unused struct ifnet *ifp) in tcp_ctlinput() function