Searched refs:get_sysctl (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/sbin/route/
H A Dshow.h39 size_t get_sysctl(const int *, u_int, char **);
H A Dshow.c111 get_sysctl(const int *mib, u_int mcnt, char **buf) function
152 needed = get_sysctl(mib, mcnt, &buf);
209 needed = get_sysctl(mib, mcnt, &buf);
H A Droute.c375 needed = get_sysctl(mib, mcnt, &buf);
/openbsd-current/usr.bin/netstat/
H A Dmroute.c96 needed = get_sysctl(mib, sizeof(mib) / sizeof(mib[0]), &buf);
123 needed = get_sysctl(mib, sizeof(mib) / sizeof(mib[0]), &buf);
H A Dmroute6.c117 needed = get_sysctl(mib, sizeof(mib) / sizeof(mib[0]), &buf);
146 needed = get_sysctl(mib, sizeof(mib) / sizeof(mib[0]), &buf);
H A Dnetstat.h126 size_t get_sysctl(const int *, u_int, char **);
H A Dshow.c108 get_sysctl(const int *mib, u_int mcnt, char **buf) function
150 needed = get_sysctl(mib, mcnt, &buf);
H A Dif.c112 len = get_sysctl(mib, 6, &buf);
521 len = get_sysctl(mib, 6, &buf);
/openbsd-current/regress/sys/netinet6/mcast6/
H A Dmc6route.c68 size_t get_sysctl(const int *mib, u_int mcnt, char **buf);
225 needed = get_sysctl(mib, sizeof(mib) / sizeof(mib[0]), &buf);
265 get_sysctl(const int *mib, u_int mcnt, char **buf) function
/openbsd-current/regress/sys/netinet/mcast/
H A Dmcroute.c67 size_t get_sysctl(const int *mib, u_int mcnt, char **buf);
222 needed = get_sysctl(mib, sizeof(mib) / sizeof(mib[0]), &buf);
262 get_sysctl(const int *mib, u_int mcnt, char **buf) function

Completed in 261 milliseconds