Lines Matching refs:lwip_sock
28 - struct lwip_sock *sock = get_socket_without_errno(s);
55 @@ -93,13 +93,14 @@ struct lwip_sock {
71 @@ -124,38 +125,12 @@ struct lwip_sock {
74 extern struct lwip_sock *sockets;
79 - * @return struct lwip_sock for the socket or NULL if not found
81 -static inline struct lwip_sock *
84 - struct lwip_sock *sock = NULL;
105 extern ssize_t read_lwip_data(struct lwip_sock *sock, int32_t flags, u8_t apiflags);
106 …extern struct pbuf *write_lwip_data(struct lwip_sock *sock, uint16_t remain_size, uint8_t *apiflag…
108 +extern void write_lwip_over(struct lwip_sock *sock, uint32_t n);
111 struct lwip_sock *get_socket(int s);