diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-09-27 08:49:04 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-09-27 08:49:04 +0000 |
commit | 351aae58f2c73749a12e2b19cbb447614a2ee3ff (patch) | |
tree | 4325cde68d00aaaa43731783b0c6af126ac6ca0b /doc/libstddjb/ip46.html | |
parent | 61b4199fe43e94d6753290a62eb45363503e0deb (diff) | |
download | skalibs-351aae58f2c73749a12e2b19cbb447614a2ee3ff.tar.xz |
Doc fixes: remove _t from skalibs types
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/libstddjb/ip46.html')
-rw-r--r-- | doc/libstddjb/ip46.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/libstddjb/ip46.html b/doc/libstddjb/ip46.html index d6ffcf4..2842d6f 100644 --- a/doc/libstddjb/ip46.html +++ b/doc/libstddjb/ip46.html @@ -114,7 +114,7 @@ Same as the previous function, with the SO_REUSEADDR option. </p> <p> -<code> int socket_deadlineconnstamp46 (int fd, ip46_t const *a, uint16_t port, tain_t const *deadline, tain_t *stamp) </code> <br /> +<code> int socket_deadlineconnstamp46 (int fd, ip46_t const *a, uint16_t port, tain const *deadline, tain *stamp) </code> <br /> Attempts to synchronously connect the socket <em>fd</em> to address a<em>a</em> and port <em>port</em>. Returns 1 if it succeeds and 0 (and sets errno) if it fails. <em>stamp</em> must contain an accurate enough @@ -153,7 +153,7 @@ Returns 0 in case of success, and -1 (and sets errno) in case of failure. <p> <code> ssize_t socket_recvnb46 (int fd, char *s, size_t len, ip46_t *a, uint16_t *port, -tain_t const *deadline, tain_t *stamp) </code> <br /> +tain const *deadline, tain *stamp) </code> <br /> Like <tt>socket_recv46</tt>, except that the function blocks until a datagram is received. *<em>stamp</em> must be an accurate enough approximation of the current time, and is updated when the function returns. If no datagram has @@ -162,7 +162,7 @@ arrived by absolute date *<em>deadline</em>, the function returns -1 ETIMEOUT. <p> <code> ssize_t socket_sendnb46 (int fd, char const *s, size_t len, ip46_t const *a, uint16_t port, -tain_t const *deadline, tain_t *stamp) </code> <br /> +tain const *deadline, tain *stamp) </code> <br /> Like <tt>socket_send46</tt>, except that the function blocks until a datagram has been effectively sent. *<em>stamp</em> must be an accurate enough approximation of the current time, and is updated when the function returns. If the message still has |