From owner-freebsd-net@freebsd.org Thu Oct 1 03:39:41 2015 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDB13A0BA11 for ; Thu, 1 Oct 2015 03:39:41 +0000 (UTC) (envelope-from sonsechang@gmail.com) Received: from mail-pa0-x22b.google.com (mail-pa0-x22b.google.com [IPv6:2607:f8b0:400e:c03::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF53F17E1 for ; Thu, 1 Oct 2015 03:39:41 +0000 (UTC) (envelope-from sonsechang@gmail.com) Received: by pacex6 with SMTP id ex6so60338670pac.0 for ; Wed, 30 Sep 2015 20:39:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=user-agent:date:subject:from:to:message-id:thread-topic :mime-version:content-type; bh=PiNdKEPa536sVn4AZCp8vagANzbVgFC9pv9tGq75c00=; b=KaO8h40BM6QaSZJBw/+0EQrimitQpw/sBok2KZrVuKe3UFeruRSwHcpZGou379hfKy pza+bz03EBdyIrwsgvANn/MHTecopHaYYRhcHQrQj6j9uX0ceRvGaDeBqt+1VKGy75It CSJvr7Cal1JdfXaoR6Vy3oU+NnnANR2U/X+EfK/XV38+/pSA9h/ukAPiyBENx8ILGZEq GCSzDlmiiNpQ5TMa9OktExd0aLZ2DjEZ01Eo0/fkfAJaGOCSO76+WD4MyOkVc5/dCAab vv7s/7WmiNqS+MGp4wTcrFC6YV0OAoIByJ6koBmNLlkT4KZ5ZdYW6dXTw6xDvZYtqavA bSTQ== X-Received: by 10.68.68.233 with SMTP id z9mr9271461pbt.132.1443670781265; Wed, 30 Sep 2015 20:39:41 -0700 (PDT) Received: from [10.55.77.148] (nat-198-95-226-236.netapp.com. [198.95.226.236]) by smtp.gmail.com with ESMTPSA id so4sm3389487pbc.72.2015.09.30.20.39.38 for (version=TLSv1/SSLv3 cipher=OTHER); Wed, 30 Sep 2015 20:39:40 -0700 (PDT) User-Agent: Microsoft-MacOutlook/14.5.4.150722 Date: Wed, 30 Sep 2015 23:39:34 -0400 Subject: routine that configure 127.0.0.1 From: Sechang Son To: freebsd-net Message-ID: Thread-Topic: routine that configure 127.0.0.1 Mime-version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2015 03:39:42 -0000 Hi, Can somebody tell me the name of the routine that configures 127.0.0.1 to loif of Vnet=8Bi.e., V_loif? I checked =8Cvnet_loif_init=B9 but it does not seem to be doing that=8A Thanks a lot. =8BSonny