Home
last modified time | relevance | path

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

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