Home
last modified time | relevance | path

Searched defs:at_socket (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/at/at_socket/
H A Dat_socket.h83 struct at_socket struct
90 enum at_socket_type type; argument
92 enum at_socket_state state; argument
102 at_socket_callback callback; argument
116 int at_socket(int domain, int type, int protocol); argument
H A Dat_socket.c325 int at_socket(int domain, int type, int protocol) in at_socket() function