Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/sal_socket/include/
H A Dsal.h75 struct sal_socket struct
84 const struct sal_socket_ops *ops; /* socket options */ argument
96 …int (*create)(struct sal_socket *sal_socket, int type, int protocol); /* register socket options… argument
/nrf52832-nimble/rt-thread/components/net/sal_socket/src/
H A Dsal_socket.c791 int sal_socket(int domain, int type, int protocol) in sal_socket() function