Home
last modified time | relevance | path

Searched refs:IFF_CANTCHANGE (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net/
H A Dif.h177 #define IFF_CANTCHANGE \ macro
H A Dif_tuntap.c1482 iflags &= ~IFF_CANTCHANGE; in tunioctl()
1487 (ifp->if_flags & IFF_CANTCHANGE); in tunioctl()
H A Dif.c2617 ifp->if_flags = (ifp->if_flags & IFF_CANTCHANGE) | in ifhwioctl()
2618 (new_flags &~ IFF_CANTCHANGE); in ifhwioctl()
/f-stack/tools/compat/include/net/
H A Dif.h163 #define IFF_CANTCHANGE \ macro