• Home
  • Raw
  • Download

Lines Matching refs:lwip_sock

234   struct lwip_sock *sock;
253 struct lwip_sock *sock;
268 static struct lwip_sock sockets[NUM_SOCKETS];
308 static int free_socket_locked(struct lwip_sock *sock, int is_tcp, struct netconn **conn,
343 sock_inc_used(struct lwip_sock *sock) in sock_inc_used()
365 sock_inc_used_locked(struct lwip_sock *sock) in sock_inc_used_locked()
385 done_socket(struct lwip_sock *sock) in done_socket()
418 static struct lwip_sock *
429 struct lwip_sock *
436 static struct lwip_sock *
439 struct lwip_sock *ret = tryget_socket_unconn_nouse(fd); in tryget_socket_unconn()
449 static struct lwip_sock *
452 struct lwip_sock *ret = tryget_socket_unconn_nouse(fd); in tryget_socket_unconn_locked()
467 static struct lwip_sock *
470 struct lwip_sock *sock = tryget_socket_unconn(fd); in tryget_socket()
486 static struct lwip_sock *
489 struct lwip_sock *sock = tryget_socket(fd); in get_socket()
557 free_socket_locked(struct lwip_sock *sock, int is_tcp, struct netconn **conn, in free_socket_locked()
603 free_socket(struct lwip_sock *sock, int is_tcp) in free_socket()
631 struct lwip_sock *sock, *nsock; in lwip_accept()
728 struct lwip_sock *sock; in lwip_bind()
793 struct lwip_sock *sock; in lwip_close_internal()
845 struct lwip_sock *sock; in lwip_connect_internal()
913 struct lwip_sock *sock; in lwip_listen()
950 lwip_recv_tcp(struct lwip_sock *sock, void *mem, size_t len, int flags) in lwip_recv_tcp()
1087 lwip_recv_tcp_from(struct lwip_sock *sock, struct sockaddr *from, socklen_t *fromlen, const char *d… in lwip_recv_tcp_from()
1119 lwip_recvfrom_udp_raw(struct lwip_sock *sock, int flags, struct msghdr *msg, u16_t *datagram_len, i… in lwip_recvfrom_udp_raw()
1245 struct lwip_sock *sock; in lwip_recvfrom_internal()
1326 struct lwip_sock *sock; in lwip_recvmsg()
1427 struct lwip_sock *sock; in lwip_send()
1482 struct lwip_sock *sock; in lwip_sendmsg_internal()
1658 struct lwip_sock *sock; in lwip_sendto_internal()
1910 struct lwip_sock *sock; in lwip_selscan()
1985 struct lwip_sock *sock; in lwip_select_inc_sockets_used_set()
2020 struct lwip_sock *sock = tryget_socket_unconn_nouse(i); in lwip_select_dec_sockets_used()
2114 struct lwip_sock *sock; in lwip_select()
2175 struct lwip_sock *sock; in lwip_select()
2274 struct lwip_sock *sock; in lwip_pollscan()
2383 struct lwip_sock *sock = tryget_socket_unconn_nouse(fds[fdi].fd); in lwip_poll_dec_sockets_used()
2557 struct lwip_sock *sock; in event_callback()
2735 struct lwip_sock *sock; in lwip_shutdown()
2780 struct lwip_sock *sock; in lwip_getaddrname()
2840 struct lwip_sock *sock = get_socket(s); in lwip_getsockopt()
2963 struct lwip_sock *sock = tryget_socket(s); in lwip_getsockopt_impl()
3286 struct lwip_sock *sock = get_socket(s); in lwip_setsockopt()
3387 struct lwip_sock *sock = tryget_socket(s); in lwip_setsockopt_impl()
3830 struct lwip_sock *sock = get_socket(s); in lwip_ioctl()
3924 struct lwip_sock *sock = get_socket(s); in lwip_fcntl()
4077 struct lwip_sock *sock = get_socket(s); in lwip_socket_register_membership()
4105 struct lwip_sock *sock = get_socket(s); in lwip_socket_unregister_membership()
4132 struct lwip_sock *sock = get_socket(s); in lwip_socket_drop_registered_memberships()
4165 struct lwip_sock *sock = get_socket(s); in lwip_socket_register_mld6_membership()
4193 struct lwip_sock *sock = get_socket(s); in lwip_socket_unregister_mld6_membership()
4220 struct lwip_sock *sock = get_socket(s); in lwip_socket_drop_registered_mld6_memberships()