HomeSort by: relevance | last modified time | path
    Searched refs:LINUX_AF_MAX (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/compat/linux/common/
linux_socket.h 70 #define LINUX_AF_MAX 32
linux_socket.c 131 static const int linux_to_bsd_domain_[LINUX_AF_MAX] = {
154 /* rest up to LINUX_AF_MAX-1 is not allocated */
222 if (ldom < 0 || ldom >= LINUX_AF_MAX)

Completed in 45 milliseconds