Lines Matching refs:size
143 size values are of type @code{size_t}". On 64-bit machines
436 allocation size of @var{addr}, and on return it contains the actual
437 size of the address data.
484 This constant defines the maximum buffer size needed to hold an
681 the local namespace as the sum of the size of the @code{sun_family}
682 component and the string length (@emph{not} the allocation size!) of
1389 address. The @var{length} argument is the size (in bytes) of the address
1507 pointer and the size of the buffer in the @var{buf} and @var{buflen}
1593 address. The @var{length} argument is the size (in bytes) of the address
2674 @deftypefun ssize_t send (int @var{socket}, const void *@var{buffer}, size_t @var{size}, int @var{f…
2741 @deftypefun ssize_t recv (int @var{socket}, void *@var{buffer}, size_t @var{size}, int @var{flags})
2912 /* @r{This is not an arbitrary limit; any size will do.} */
2944 int size;
2950 @r{and its size.}
2980 link->size = success;
3009 link->size = success;
3066 @deftypefun ssize_t sendto (int @var{socket}, const void *@var{buffer}, size_t @var{size}, int @var…
3071 by the @var{addr} and @var{length} arguments. The @var{size} argument
3101 @deftypefun ssize_t recvfrom (int @var{socket}, void *@var{buffer}, size_t @var{size}, int @var{fla…
3105 @var{socket} into the buffer @var{buffer}. The @var{size} argument
3108 If the packet is longer than @var{size} bytes, then you get the first
3109 @var{size} bytes of the packet and the rest of the packet is lost.
3353 size of this buffer; on return, it contains the number of bytes of
3380 in the buffer @var{optval} of size @var{optlen}.
3484 This option gets or sets the size of the output buffer. The value is a
3485 @code{size_t}, which is the size in bytes.
3489 This option gets or sets the size of the input buffer. The value is a
3490 @code{size_t}, which is the size in bytes.