Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/modem/
Dhl7800.c376 struct hl7800_socket { struct
447 struct hl7800_socket sockets[MDM_MAX_SOCKETS];
774 static struct hl7800_socket *socket_get(void) in socket_get()
777 struct hl7800_socket *sock = NULL; in socket_get()
789 static struct hl7800_socket *socket_from_id(int socket_id) in socket_from_id()
792 struct hl7800_socket *sock = NULL; in socket_from_id()
808 static void socket_put(struct hl7800_socket *sock) in socket_put()
959 static int send_at_cmd(struct hl7800_socket *sock, const uint8_t *data, in send_at_cmd()
1363 static int send_data(struct hl7800_socket *sock, struct net_pkt *pkt) in send_data()
1527 static int pkt_setup_ip_data(struct net_pkt *pkt, struct hl7800_socket *sock) in pkt_setup_ip_data()
[all …]