OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:udp_input
(Results
1 - 6
of
6
) sorted by null
/external/qemu/slirp/
udp.h
100
void
udp_input
_P((register struct mbuf *, int));
ip_input.c
244
udp_input
(m, hlen);
udp.c
75
udp_input
(register struct mbuf *m, int iphlen)
function
84
DEBUG_CALL("
udp_input
");
/external/qemu/slirp-android/
udp.h
98
void
udp_input
_P((register struct mbuf *, int));
udp.c
82
udp_input
(register struct mbuf *m, int iphlen)
function
91
DEBUG_CALL("
udp_input
");
ip_input.c
244
udp_input
(m, hlen);
Completed in 451 milliseconds