Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dudp_var.h185 extern void udp_input(struct mbuf *, int);
H A Din_proto.c130 .pr_input = udp_input,
H A Dudp_usrreq.c299 udp_input(struct mbuf *m, int iphlen) in udp_input() function