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/
Dlinux_socket.h70 #define LINUX_AF_MAX 32 macro
Dlinux_socket.c131 static const int linux_to_bsd_domain_[LINUX_AF_MAX] = {
222 if (ldom < 0 || ldom >= LINUX_AF_MAX) in linux_to_bsd_domain()