OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ee_errno
(Results
51 - 54
of
54
) sorted by null
1
2
3
/external/iputils/
tracepath.c
205
switch (e->
ee_errno
) {
251
errno = e->
ee_errno
;
tracepath6.c
264
switch (e->
ee_errno
) {
313
errno = e->
ee_errno
;
ping.c
649
else if (e->
ee_errno
!= EMSGSIZE)
650
fprintf(stderr, "ping: local error: %s\n", strerror(e->
ee_errno
));
[
all
...]
ping6.c
1311
else if (e->
ee_errno
!= EMSGSIZE)
1312
fprintf(stderr, "ping: local error: %s\n", strerror(e->
ee_errno
));
[
all
...]
Completed in 42 milliseconds
1
2
3