Searched defs:Set_errno (Results 1 - 2 of 2) sorted by relevance

/external/netperf/src/missing/
H A Dinet_ntop.c74 #define Set_errno(num) SetLastError((num)) macro
105 Set_errno(ENOSPC);
137 Set_errno(EAFNOSUPPORT);
/external/netperf/src/
H A Dnetlib.h346 So I have changed the netperf code to use a define Set_errno when
377 #define Set_errno(num) SetLastError((num)) macro
395 #define Set_errno(num) errno = (num) macro

Completed in 2685 milliseconds