OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:udpstat
(Results
1 - 4
of
4
) sorted by null
/external/qemu/slirp/
udp.h
71
struct
udpstat
{
struct
93
extern struct
udpstat
udpstat
;
udp.c
45
struct
udpstat
udpstat
;
variable in typeref:struct:udpstat
88
STAT(
udpstat
.udps_ipackets++);
115
STAT(
udpstat
.udps_badlen++);
141
STAT(
udpstat
.udps_badsum++);
185
STAT(
udpstat
.udpps_pcbcachemiss++);
303
STAT(
udpstat
.udps_opackets++);
/external/qemu/slirp-android/
udp.h
72
struct
udpstat
{
struct
92
extern struct
udpstat
udpstat
;
udp.c
47
struct
udpstat
udpstat
;
variable in typeref:struct:udpstat
95
STAT(
udpstat
.udps_ipackets++);
122
STAT(
udpstat
.udps_badlen++);
179
STAT(
udpstat
.udps_badsum++);
235
STAT(
udpstat
.udpps_pcbcachemiss++);
358
STAT(
udpstat
.udps_opackets++);
Completed in 25 milliseconds