From owner-freebsd-questions@FreeBSD.ORG Mon Jul 4 18:05:29 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 176FF1065678 for ; Mon, 4 Jul 2011 18:05:29 +0000 (UTC) (envelope-from seyyedahmad.javadi@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id DD0568FC15 for ; Mon, 4 Jul 2011 18:05:28 +0000 (UTC) Received: by iwr19 with SMTP id 19so6204925iwr.13 for ; Mon, 04 Jul 2011 11:05:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=L6/Ga+n5VZx8kYebrvddtXlga8PqJo30oDTWIpBd+eE=; b=W6GbVzifT7oUZr4nmBLKFT8mQuezUtcROeoaztSj6XuwVOSbBLb40yUedzsGk0+o0F E5pdljC06uLT9cpb2NSfM4/5ZQ9Yt7nB+4U8kjbSsULXWqH+vubcVpRgfvz2LwdyGMuB 7AoeQi3j/zrLxQaIq7LBEMKDybx+HvySj5nN8= MIME-Version: 1.0 Received: by 10.43.46.6 with SMTP id um6mr2992197icb.204.1309802728325; Mon, 04 Jul 2011 11:05:28 -0700 (PDT) Received: by 10.42.227.134 with HTTP; Mon, 4 Jul 2011 11:05:28 -0700 (PDT) Date: Mon, 4 Jul 2011 22:35:28 +0430 Message-ID: From: ahmad javadi To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: the alternative function for inet_aton X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2011 18:05:29 -0000 hi I use " inet_aton" function in the kernel socket programming but i have the following warrning: "crypto.c:63: warning: implicit declaration of function 'inet_aton' crypto.c:63: warning: nested extern declaration of 'inet_aton' " this function required that "" be included but this folder did not exit in the my freebsd. Please help me to find solution or to use alternative function. thanks