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

/external/libpcap/
H A Dpcap-dlpi.c311 #ifndef A_GET_UNITS
312 #define A_GET_UNITS (('A'<<8)|118) macro
313 #endif /* A_GET_UNITS */
991 if (strioctl(fd, A_GET_UNITS, sizeof(buf), (char *)&buf) < 0) {
992 snprintf(errbuf, PCAP_ERRBUF_SIZE, "A_GET_UNITS: %s",

Completed in 184 milliseconds