Searched refs:IFF_PALLMULTI (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/sys/net/ |
| HD | if.h | 165 #define IFF_PALLMULTI 0x800000 /* (n) user-requested allmulti mode */ macro
|
| HD | if.c | 2629 if ((ifp->if_flags ^ new_flags) & IFF_PALLMULTI) { in ifhwioctl() 2630 if (new_flags & IFF_PALLMULTI) in ifhwioctl() 3396 return (if_setflag(ifp, IFF_ALLMULTI, IFF_PALLMULTI, &ifp->if_amcount, in if_allmulti()
|
| /freebsd-14-stable/sbin/ifconfig/ |
| HD | ifconfig.c | 2022 DEF_CMD("allmulti", IFF_PALLMULTI, setifflags), 2023 DEF_CMD("-allmulti", IFF_PALLMULTI, clearifflags),
|