From owner-freebsd-questions Thu Oct 12 9:22:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from exchange1.pria.com (exchange1.pria.com [12.30.33.172]) by hub.freebsd.org (Postfix) with ESMTP id 9051937B66C for ; Thu, 12 Oct 2000 09:22:34 -0700 (PDT) Received: by EXCHANGE1 with Internet Mail Service (5.5.2650.21) id ; Thu, 12 Oct 2000 12:23:23 -0400 Message-ID: From: "ROTHENBERG, MICHAEL" To: 'FreeBSD-questions' Subject: Network socket addr size not defined? Date: Thu, 12 Oct 2000 12:23:22 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm using Unix Network Programming Vol1 2nd ed. by Stevens and he references a type 'socklen_t' all over the place. Yet it seems not to be defined anywhere in several of the common network headers. After some more reading I typedefed it as uint32_t and everything seems to be working out. Am I missing something? Thanks in advance! -Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message