Home
last modified time | relevance | path

Searched refs:capllflags (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/usr.sbin/rtsold/
H A Drtsold.h164 extern struct cap_channel *capllflags, *capscript, *capsendmsg, *capsyslog;
H A Drtsold.c87 cap_channel_t *capllflags, *capscript, *capsendmsg, *capsyslog; variable
349 capllflags = cap_service_open(capcasper, "rtsold.llflags"); in init_capabilities()
350 if (capllflags == NULL) in init_capabilities()
H A Dif.c167 if (cap_llflags_get(capllflags, name, &llflag) != 0) { in interface_up()