Home
last modified time | relevance | path

Searched refs:LINUX_AF_MAX (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/compat/linux/common/
H A Dlinux_socket.h70 #define LINUX_AF_MAX 32 macro
H A Dlinux_socket.c131 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) in linux_to_bsd_domain()