Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Jul 2011 14:14:48 +0300
From:      Mitya <mitya@cabletv.dp.ua>
To:        freebsd-net@freebsd.org
Subject:   IFF_RENAMING interface flag
Message-ID:  <4E12F228.6020800@cabletv.dp.ua>

next in thread | raw e-mail | index | archive | help
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"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E12F228.6020800>