Home
last modified time | relevance | path

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

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