Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dudp6_var.h102 extern int udp6_input(struct mbuf **, int *, int);
H A Din6_proto.c174 .pr_input = udp6_input,
H A Dudp6_usrreq.c240 udp6_input(struct mbuf **mp, int *offp, int proto) in udp6_input() function