OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:udps_badsum
(Results
1 - 6
of
6
) sorted by null
/external/qemu/slirp/
udp.h
75
u_long
udps_badsum
; /* checksum error */
member in struct:udpstat
debug.c
252
lprint(" %6d with bad checksums\r\n", udpstat.
udps_badsum
);
udp.c
141
STAT(udpstat.
udps_badsum
++);
/external/qemu/slirp-android/
udp.h
76
u_long
udps_badsum
; /* checksum error */
member in struct:udpstat
debug.c
248
lprint(" %6d with bad checksums\r\n", udpstat.
udps_badsum
);
udp.c
179
STAT(udpstat.
udps_badsum
++);
Completed in 37 milliseconds