Lines Matching defs:net_context
207 __net_socket struct net_context { struct
210 void *fifo_reserved;
214 void *user_data;
240 net_context_recv_cb_t recv_cb; argument
245 net_context_send_cb_t send_cb; argument
250 net_context_connect_cb_t connect_cb; argument
255 net_pkt_get_slab_func_t tx_slab;
259 net_pkt_get_pool_func_t data_pool;
264 void *tcp;
271 struct k_sem recv_data_wait;
276 void *socket_data;
279 union {
305 /** Priority of the network data sent via this net_context */ argument
399 } options;
402 uint16_t proto;
405 uint16_t flags;
408 int8_t iface;
411 union {
436 static inline bool net_context_is_used(struct net_context *context) in net_context_is_used() argument