Lines Matching refs:_PUBLIC_
95 #define _PUBLIC_ macro
1210 _PUBLIC_ int swrap_socket(int family, int type, int protocol) in swrap_socket()
1268 _PUBLIC_ int swrap_accept(int s, struct sockaddr *addr, socklen_t *addrlen) in swrap_accept()
1479 _PUBLIC_ int swrap_connect(int s, const struct sockaddr *serv_addr, socklen_t addrlen) in swrap_connect()
1525 _PUBLIC_ int swrap_bind(int s, const struct sockaddr *myaddr, socklen_t addrlen) in swrap_bind()
1553 _PUBLIC_ int swrap_listen(int s, int backlog) in swrap_listen()
1567 _PUBLIC_ int swrap_getpeername(int s, struct sockaddr *name, socklen_t *addrlen) in swrap_getpeername()
1587 _PUBLIC_ int swrap_getsockname(int s, struct sockaddr *name, socklen_t *addrlen) in swrap_getsockname()
1601 _PUBLIC_ int swrap_getsockopt(int s, int level, int optname, void *optval, socklen_t *optlen) in swrap_getsockopt()
1617 _PUBLIC_ int swrap_setsockopt(int s, int level, int optname, const void *optval, socklen_t op… in swrap_setsockopt()
1638 _PUBLIC_ ssize_t swrap_recvfrom(int s, void *buf, size_t len, int flags, struct sockaddr *from, soc… in swrap_recvfrom()
1666 _PUBLIC_ ssize_t swrap_sendto(int s, const void *buf, size_t len, int flags, const struct sockaddr … in swrap_sendto()
1735 _PUBLIC_ int swrap_ioctl(int s, int r, void *p) in swrap_ioctl()
1761 _PUBLIC_ ssize_t swrap_recv(int s, void *buf, size_t len, int flags) in swrap_recv()
1783 _PUBLIC_ ssize_t swrap_send(int s, const void *buf, size_t len, int flags) in swrap_send()
1804 _PUBLIC_ int swrap_close(int fd) in swrap_close()
1871 _PUBLIC_ int swrap_dup(int oldd) in swrap_dup()
1888 _PUBLIC_ int swrap_dup2(int oldd, int newd) in swrap_dup2()