Lines Matching defs:conn
125 struct netconn *conn; in netconn_new_with_proto_and_callback() local
166 netconn_delete(struct netconn *conn) in netconn_delete()
212 netconn_getaddr(struct netconn *conn, ip_addr_t *addr, u16_t *port, u8_t local) in netconn_getaddr()
250 netconn_bind(struct netconn *conn, const ip_addr_t *addr, u16_t port) in netconn_bind()
294 netconn_connect(struct netconn *conn, const ip_addr_t *addr, u16_t port) in netconn_connect()
326 netconn_disconnect(struct netconn *conn) in netconn_disconnect()
351 netconn_listen_with_backlog(struct netconn *conn, u8_t backlog) in netconn_listen_with_backlog()
388 netconn_accept(struct netconn *conn, struct netconn **new_conn) in netconn_accept()
476 netconn_recv_data(struct netconn *conn, void **new_buf) in netconn_recv_data()
603 netconn_recv_tcp_pbuf(struct netconn *conn, struct pbuf **new_buf) in netconn_recv_tcp_pbuf()
621 netconn_recv(struct netconn *conn, struct netbuf **new_buf) in netconn_recv()
683 netconn_sendto(struct netconn *conn, struct netbuf *buf, const ip_addr_t *addr, u16_t port) in netconn_sendto()
702 netconn_send(struct netconn *conn, struct netbuf *buf) in netconn_send()
735 netconn_write_partly(struct netconn *conn, const void *dataptr, size_t size, in netconn_write_partly()
802 netconn_close_shutdown(struct netconn *conn, u8_t how) in netconn_close_shutdown()
838 netconn_close(struct netconn *conn) in netconn_close()
854 netconn_shutdown(struct netconn *conn, u8_t shut_rx, u8_t shut_tx) in netconn_shutdown()
872 netconn_join_leave_group(struct netconn *conn, in netconn_join_leave_group()