Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rtsold/
H A Dcap_llflags.c117 cap_llflags_get(cap_channel_t *cap, const char *ifname, int *flagsp) in cap_llflags_get() function
H A Drtsold.h187 extern int cap_llflags_get(struct cap_channel *, const char *, int *);
H A Dif.c165 if (cap_llflags_get(capllflags, name, &llflag) != 0) { in interface_up()