Re: RFC 2292 CMSG_FIRSTHDR macro...

2004-05-16 Thread JINMEI Tatuya / 神明達哉
> On Wed, 28 Apr 2004 17:09:30 -0700, > "George V. Neville-Neil" <[EMAIL PROTECTED]> said: > This should be a minor nit but, is there any reason we > implement this this way: > #define CMSG_FIRSTHDR(mhdr) ((struct cmsghdr *)(mhdr)->msg_control) > instead of this wa

Re: new arp code snapshot for review...

2004-05-16 Thread Doug Rabson
On Sunday 25 April 2004 17:49, Luigi Rizzo wrote: > Here is a snapshot of the new arp code that i have been working on > lately, based a on Andre's ideas. (I say 'ARP' for brevity, what i > mean is the layer3-to-layer2 address translation code -- arp, aarp, > nd6 all fit in the category). Sorry fo

Re: 'struct ifnet' question!

2004-05-16 Thread Max Laier
On Friday 14 May 2004 11:38, Artis Caune wrote: <...> > And here is the problem: > If i watch departure events, interface renaming feature will > flush walid rules: >case SIOCSIFNAME: > ... > EVENTHANDLER_INVOKE(ifnet_departure_event, ifp); > ... change if_xname ... > EV

Re: bin/51927: routed(8) fails to use multicast with IFF_POINTOPOINT interfaces

2004-05-16 Thread Eugene Grosbein
Reply-To: Hi! ip(4) man page says that IP_MULTICAST_IF, IP_ADD_MEMBERSHIP etc. must use local IP address of desired interface. There are (at least) two undersirable consequents: 1) It is hard (if not impossible) to distinguish between "unnumbered" IFF_POINTOPOINT interfaces, those share the sam

TIME_WAIT sockets from other users (was Re: bin/65928: [PATCH] stock ftpd uses superuser credentials for active mode sockets)

2004-05-16 Thread Yar Tikhiy
Note for the impatient: This message does not discuss the well-known issue of reusing local addresses through setting SO_REUSEADDR. This message is on reusing local addresses occupied by sockets belonging to other users. On Sat, May 15, 2004 at 10:21:57PM +0400, Yar Tikhiy wrote: > > Attached b