Searched refs:port_t (Results 1 – 3 of 3) sorted by relevance
28 typedef uint16_t port_t; typedef50 bool socket_listen(const socket_t *socket, port_t port);
50 static const port_t LISTEN_PORT = 8873;
93 bool socket_listen(const socket_t *socket, port_t port) { in socket_listen()