Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Din_proto.c148 .pr_ctlinput = tcp_ctlinput,
H A Dtcp_var.h1834 void tcp_ctlinput(int, struct sockaddr *, void *, struct ifnet *);
H A Dtcp_subr.c2563 tcp_ctlinput(int cmd, struct sockaddr *sa, void *vip, __unused struct ifnet *ifp) in tcp_ctlinput() function