Home
last modified time | relevance | path

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

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