Home
last modified time | relevance | path

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

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