Symbol: _PUBLIC_
crypto/heimdal/lib/roken/socket_wrapper.c
1210
_PUBLIC_ int swrap_socket(int family, int type, int protocol)
crypto/heimdal/lib/roken/socket_wrapper.c
1268
_PUBLIC_ int swrap_accept(int s, struct sockaddr *addr, socklen_t *addrlen)
crypto/heimdal/lib/roken/socket_wrapper.c
1479
_PUBLIC_ int swrap_connect(int s, const struct sockaddr *serv_addr, socklen_t addrlen)
crypto/heimdal/lib/roken/socket_wrapper.c
1525
_PUBLIC_ int swrap_bind(int s, const struct sockaddr *myaddr, socklen_t addrlen)
crypto/heimdal/lib/roken/socket_wrapper.c
1553
_PUBLIC_ int swrap_listen(int s, int backlog)
crypto/heimdal/lib/roken/socket_wrapper.c
1567
_PUBLIC_ int swrap_getpeername(int s, struct sockaddr *name, socklen_t *addrlen)
crypto/heimdal/lib/roken/socket_wrapper.c
1587
_PUBLIC_ int swrap_getsockname(int s, struct sockaddr *name, socklen_t *addrlen)
crypto/heimdal/lib/roken/socket_wrapper.c
1601
_PUBLIC_ int swrap_getsockopt(int s, int level, int optname, void *optval, socklen_t *optlen)
crypto/heimdal/lib/roken/socket_wrapper.c
1617
_PUBLIC_ int swrap_setsockopt(int s, int level, int optname, const void *optval, socklen_t optlen)
crypto/heimdal/lib/roken/socket_wrapper.c
1638
_PUBLIC_ ssize_t swrap_recvfrom(int s, void *buf, size_t len, int flags, struct sockaddr *from, socklen_t *fromlen)
crypto/heimdal/lib/roken/socket_wrapper.c
1666
_PUBLIC_ ssize_t swrap_sendto(int s, const void *buf, size_t len, int flags, const struct sockaddr *to, socklen_t tolen)
crypto/heimdal/lib/roken/socket_wrapper.c
1735
_PUBLIC_ int swrap_ioctl(int s, int r, void *p)
crypto/heimdal/lib/roken/socket_wrapper.c
1761
_PUBLIC_ ssize_t swrap_recv(int s, void *buf, size_t len, int flags)
crypto/heimdal/lib/roken/socket_wrapper.c
1783
_PUBLIC_ ssize_t swrap_send(int s, const void *buf, size_t len, int flags)
crypto/heimdal/lib/roken/socket_wrapper.c
1804
_PUBLIC_ int swrap_close(int fd)
crypto/heimdal/lib/roken/socket_wrapper.c
1871
_PUBLIC_ int swrap_dup(int oldd)
crypto/heimdal/lib/roken/socket_wrapper.c
1888
_PUBLIC_ int swrap_dup2(int oldd, int newd)