From owner-freebsd-net@FreeBSD.ORG Tue Jul 5 13:29:00 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FDC3106566B for ; Tue, 5 Jul 2011 13:29:00 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id CB88B8FC1A for ; Tue, 5 Jul 2011 13:28:59 +0000 (UTC) Received: by wwe6 with SMTP id 6so5745364wwe.31 for ; Tue, 05 Jul 2011 06:28:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=/gjS6Uex2fRAhO1zhswJHBSdQi6niltTLQjlzEJSYzc=; b=AAic+tIqLAj2DzHD15v3kx+mFWrgZ8KzXWI9uBgzG9KUog4PSNorlOTpQIcKksqMVs aCWLfPsGOffnOSS24RFhIlBXEq9yBOHLTj7RwHCZlXjWejfwzyucdwcEqtJ30IwUZhMg ODLVdG7OvjMlttaViiYhLB7oeBnxSyarq6h2Q= Received: by 10.216.176.76 with SMTP id a54mr831953wem.112.1309871068293; Tue, 05 Jul 2011 06:04:28 -0700 (PDT) Received: from ndenevsa.sf.moneybookers.net (g1.moneybookers.com [217.18.249.148]) by mx.google.com with ESMTPS id l53sm3646161weq.47.2011.07.05.06.04.26 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 05 Jul 2011 06:04:26 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Nikolay Denev In-Reply-To: <4E12F228.6020800@cabletv.dp.ua> Date: Tue, 5 Jul 2011 16:04:25 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: References: <4E12F228.6020800@cabletv.dp.ua> To: Mitya X-Mailer: Apple Mail (2.1084) Cc: freebsd-net@freebsd.org Subject: Re: IFF_RENAMING interface flag X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2011 13:29:00 -0000 On Jul 5, 2011, at 2:14 PM, Mitya wrote: > Where I can see IFF_RENAMING interface flag ? >=20 > /usr/include/net/if.h >=20 > [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 */ >=20 >=20 > /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" >=20 > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" That's because it's for internal use, same as IFF_DYING, which also = can't be seen with ifconfig Regards, Nikolay=20=