From owner-freebsd-net Mon May 7 22:21: 5 2001 Delivered-To: freebsd-net@freebsd.org Received: from coconut.itojun.org (coconut.itojun.org [210.160.95.97]) by hub.freebsd.org (Postfix) with ESMTP id 65C7537B43C for ; Mon, 7 May 2001 22:21:03 -0700 (PDT) (envelope-from itojun@itojun.org) Received: from itojun.org (localhost [127.0.0.1]) by coconut.itojun.org (Postfix) with ESMTP id 1C18D4B0B; Tue, 8 May 2001 14:21:00 +0900 (JST) To: raviprasad20@netscape.net Cc: freebsd-net@freebsd.org In-reply-to: raviprasad20's message of Tue, 08 May 2001 01:11:33 -0400. <7F5EB17E.102EA3C7.9513E96F@netscape.net> X-Template-Reply-To: itojun@itojun.org X-Template-Return-Receipt-To: itojun@itojun.org X-PGP-Fingerprint: F8 24 B4 2C 8C 98 57 FD 90 5F B4 60 79 54 16 E2 Subject: Re: router advertisement after router solicitation From: itojun@iijlab.net Date: Tue, 08 May 2001 14:21:00 +0900 Message-ID: <18562.989299260@itojun.org> Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Hi, >This is regarding sending router advertisement on the receipt of >router solicitation. you keep asking (good) questions, but why? will you plan to send some summary to somewhere, or put up onto web, to give feedback to people? if you have no plan, i suggest you to do that. >When an icmp message of type router solicitation is received in >the icmp6_input(). the function calls nd6_rs_input(). This function >inturn calls nd6_cach_lladdr(). > >But no where in the above code rtadv related functions are called. from within sys/netinet6/icmp6.c:icmp6_input(), icmp6_rip6_input() is called. rtadvd(8) listens to raw IPv6 socket (IPPROTO_ICMPV6) and accepts data through the socket. itojun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message