Home
last modified time | relevance | path

Searched refs:hl7800_socket (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/modem/
Dhl7800.c378 struct hl7800_socket { struct
452 struct hl7800_socket sockets[MDM_MAX_SOCKETS];
789 static struct hl7800_socket *socket_get(void) in socket_get()
792 struct hl7800_socket *sock = NULL; in socket_get()
804 static struct hl7800_socket *socket_from_id(int socket_id) in socket_from_id()
807 struct hl7800_socket *sock = NULL; in socket_from_id()
833 static void socket_put(struct hl7800_socket *sock) in socket_put()
1007 static int send_at_cmd(struct hl7800_socket *sock, const uint8_t *data, in send_at_cmd()
1442 static int send_data(struct hl7800_socket *sock, struct net_pkt *pkt) in send_data()
1606 static int pkt_setup_ip_data(struct net_pkt *pkt, struct hl7800_socket *sock) in pkt_setup_ip_data()
[all …]