Searched refs:ee_errno (Results 1 - 6 of 6) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Derrqueue.h7 __u32 ee_errno; member in struct:sock_extended_err
/external/iputils/
H A Dtracepath.c205 switch (e->ee_errno) {
251 errno = e->ee_errno;
H A Dtracepath6.c264 switch (e->ee_errno) {
313 errno = e->ee_errno;
H A Dping.c652 else if (e->ee_errno != EMSGSIZE)
653 fprintf(stderr, "ping: local error: %s\n", strerror(e->ee_errno));
H A Dping6.c1314 else if (e->ee_errno != EMSGSIZE)
1315 fprintf(stderr, "ping: local error: %s\n", strerror(e->ee_errno));
/external/strace/
H A Dnet.c441 uint32_t ee_errno; member in struct:__anon17789
454 tprintf(", {ee_errno=%u, ee_origin=%u, ee_type=%u, ee_code=%u"
456 err->ee_errno, err->ee_origin, err->ee_type,

Completed in 163 milliseconds