From patchwork Sun Apr 4 11:58:16 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alejandro Colomar X-Patchwork-Id: 42882 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 7FF253851C2A; Sun, 4 Apr 2021 11:59:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7FF253851C2A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1617537579; bh=kJYH9tpAtDL4EhejYbDB+JwVoNY7pJbsuEmcLrJV8zQ=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=bksmcT3ziLiikxo5nT+F5vFPR2+4zv4IJz1PisHcV0859LHERBwgXWxnXjCaVQthl nWx3BNyhoEplaheurrLeuT/G6elGjKHq8t5RgY52Q6yamIhGymhCckZV4qG2fZ41sN pXKjRiDHACkW/qrd8EEBmzk3ZOvq7TO6rMgPUsHI= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-wr1-x429.google.com (mail-wr1-x429.google.com [IPv6:2a00:1450:4864:20::429]) by sourceware.org (Postfix) with ESMTPS id 09205385DC14 for ; Sun, 4 Apr 2021 11:59:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 09205385DC14 Received: by mail-wr1-x429.google.com with SMTP id f12so2623733wro.0 for ; Sun, 04 Apr 2021 04:59:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=kJYH9tpAtDL4EhejYbDB+JwVoNY7pJbsuEmcLrJV8zQ=; b=lwIXybgLTmNv8EzGXyKBZZdodddapRsvrGDwnHayNWuJcKiJZVJNtixi5jDtGUzcdW pxrHsgvE19bIMGg/6NwLy2o+mPth8jAjTBGACpA4Z8g9ZniVaNwJAB7LOlCh+4I7AA4W XtGqU4pSeCwjQsJ8nulGqft4y/rTGYkklrkS/uvm71O9xhkREAE2sTxNFnvQC367uX/s 0Ne/DdF6vJ5zpmWHC2LJTzPtY01XsuwkWNTLM9IiFEwKQVhIKZwEgCH8t0gUoAnx6UNO +B0YQWzmkQFutZkI8g5hVkz0A6K75129EZ3gxL+evA7Wa+vIgeCmj4rWq5o1K3eYkAt2 QOAQ== X-Gm-Message-State: AOAM533hgzplBn5p6v9G8BpRG9h3Ala3qoBeEkEVi12aGMZz2u1QYkID tH5P7rQhK/NYrmnFPsrKBao= X-Google-Smtp-Source: ABdhPJyuzyvtipAGjyOeop94s+/iBnybm0vdNzYMhZv9V6UXWf0+O95ymUunVwlIqbbB9VBXxxo2ZQ== X-Received: by 2002:a5d:5152:: with SMTP id u18mr5972825wrt.289.1617537575077; Sun, 04 Apr 2021 04:59:35 -0700 (PDT) Received: from localhost.localdomain ([170.253.36.171]) by smtp.googlemail.com with ESMTPSA id u2sm23786967wrp.12.2021.04.04.04.59.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 04 Apr 2021 04:59:34 -0700 (PDT) To: mtk.manpages@gmail.com Subject: [PATCH v5 03/35] system_data_types.7: Add 'socklen_t' Date: Sun, 4 Apr 2021 13:58:16 +0200 Message-Id: <20210404115847.78166-4-alx.manpages@gmail.com> X-Mailer: git-send-email 2.31.0 In-Reply-To: <20210403194026.102818-1-alx.manpages@gmail.com> References: <20210403194026.102818-1-alx.manpages@gmail.com> MIME-Version: 1.0 X-Spam-Status: No, score=-11.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, KAM_ASCII_DIVIDERS, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Alejandro Colomar via Libc-alpha From: Alejandro Colomar Reply-To: Alejandro Colomar Cc: Alejandro Colomar , linux-man@vger.kernel.org, libc-alpha@sourceware.org Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" Signed-off-by: Alejandro Colomar --- man7/system_data_types.7 | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index 93c723a2f..e038aab1e 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -1251,6 +1251,34 @@ POSIX.1-2001 and later. .BR getsockname (2), .BR socket (2) .RE +.\"------------------------------------- socklen_t --------------------/ +.TP +.I socklen_t +.RS +.IR Include : +.IR . +Alternatively, +.IR . +.PP +Describes the length of a socket address. +According to POSIX, +this shall be an integer type of at least 32 bits. +.PP +.IR "Conforming to" : +POSIX.1-2001 and later. +.PP +.IR "See also" : +.BR accept (2), +.BR bind (2), +.BR connect (2), +.BR gethostbyaddr (2), +.BR getnameinfo (2), +.BR socket (2) +.PP +See also the +.I sockaddr +structure in this page. +.RE .\"------------------------------------- ssize_t ----------------------/ .TP .I ssize_t