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