Lines Matching defs:port
666 uri->port = COAPS_DEFAULT_PORT;
670 uri->port = COAP_DEFAULT_PORT;
674 uri->port = COAPS_DEFAULT_PORT;
678 uri->port = COAP_DEFAULT_PORT;
695 uri->port =
888 uint16_t port;
903 port = proxy.port;
907 port = uri->port;
912 info_list = coap_resolve_address_info(&server, port, port, port, port,
2135 "Usage: %s [-d max] [-e] [-g group] [-l loss] [-p port] [-r] [-v num]\n"
2136 "\t\t[-w [port][,secure_port]] [-A address]\n"
2138 "\t\t[-P scheme://address[:port],[name1[,name2..]]]\n"
2158 "\t-p port\t\tListen on specified port for UDP and TCP. If (D)TLS is\n"
2160 "\t \t\t'port'+1 for DTLS and TLS. The default port is 5683\n"
2170 "\t-w [port][,secure_port]\n"
2171 "\t \t\tEnable WebSockets support on port (WS) and/or secure_port\n"
2190 "\t-P scheme://address[:port],[name1[,name2[,name3..]]]\n"
2191 "\t \t\tScheme, address, optional port of how to connect to the\n"
2197 "\t \t\tfinal endpoint. If scheme://address[:port] is not\n"
2298 get_context(const char *node, const char *port) {
2321 if (port) {
2322 u_s_port = atoi(port);