OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bufb
(Results
1 - 2
of
2
) sorted by null
/external/qemu/slirp/
ip_icmp.c
222
{ char bufa[20],
bufb
[20];
local
224
strcpy(
bufb
, inet_ntoa(ip->ip_dst));
225
DEBUG_MISC((dfd, " %.16s to %.16s\n", bufa,
bufb
));
/external/qemu/slirp-android/
ip_icmp.c
224
{ char bufa[20],
bufb
[20];
local
226
strcpy(
bufb
, inet_iptostr(ip_geth(ip->ip_dst)));
227
DEBUG_MISC((dfd, " %.16s to %.16s\n", bufa,
bufb
));
Completed in 155 milliseconds