Home
last modified time | relevance | path

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

/openbsd/src/sys/sys/
Dsocket.h392 #define NET_UNIX_MAXID 8 macro
/openbsd/src/sbin/sysctl/
Dsysctl.c2309 struct list netunixlist = { netunixname, NET_UNIX_MAXID };
2314 [NET_UNIX_MAXID] = { 0, 0 },
2332 if (indx < NET_UNIX_MAXID && netunixvars[indx].list != NULL) in sysctl_unix()