Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dudp6_var.h75 int udp6_input(struct mbuf **, int *, int);
H A Din6_proto.c158 .pr_input = udp6_input,
213 .pr_input = udp6_input,
H A Dudp6_usrreq.c211 udp6_input(struct mbuf **mp, int *offp, int proto) in udp6_input() function