Lines Matching defs:hl7800_socket
377 struct hl7800_socket { struct
378 struct net_context *context;
379 sa_family_t family;
380 enum net_sock_type type;
381 enum net_ip_protocol ip_proto;
382 struct sockaddr src;
383 struct sockaddr dst;
385 bool created;
386 bool reconfig;
387 int socket_id;
388 int rx_size;
389 int error;
390 enum socket_state state;
393 struct k_sem sock_send_sem;
396 struct k_work recv_cb_work;
397 struct k_work rx_data_work;
398 struct k_work_delayable notif_work;
399 net_context_recv_cb_t recv_cb;
400 struct net_pkt *recv_pkt;
401 void *recv_user_data;