IFF_RENAMING interface flag

Mitya mitya at cabletv.dp.ua
Tue Jul 5 11:56:36 UTC 2011


Where I can see IFF_RENAMING interface flag ?

/usr/include/net/if.h

[skipped...]
#define IFF_MONITOR     0x40000         /* (n) user-requested monitor 
mode */
#define IFF_STATICARP   0x80000         /* (n) static ARP */
#define IFF_DYING       0x200000        /* (n) interface is winding down */
#define IFF_RENAMING    0x400000        /* (n) interface is being renamed */


/usr/src/sbin/ifconfig/ifconfig.c
[skipped...]
#define IFFBITS \
"\020\1UP\2BROADCAST\3DEBUG\4LOOPBACK\5POINTOPOINT\6SMART\7RUNNING" \
"\10NOARP\11PROMISC\12ALLMULTI\13OACTIVE\14SIMPLEX\15LINK0\16LINK1\17LINK2" 
\
"\20MULTICAST\22PPROMISC\23MONITOR\24STATICARP"



More information about the freebsd-net mailing list