Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dsocket.h390 #define NET_UNIX_MAXID 8 macro
/openbsd/sbin/sysctl/
H A 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()