Lines Matching defs:port
499 "\t\t[-m method] [-o file] [-p port] [-r] [-s duration] [-t type]\n"
502 "\t\t[-K interval] [-N] [-O num,text] [-P scheme://address[:port]\n"
526 "\t-p port\t\tSend from the specified port\n"
556 "\t-P scheme://address[:port]\n"
557 "\t \t\tScheme, address and optional port to define how to\n"
1035 proxy.port = COAPS_DEFAULT_PORT;
1038 proxy.port = COAP_DEFAULT_PORT;
1041 proxy.port = COAPS_DEFAULT_PORT;
1044 proxy.port = COAP_DEFAULT_PORT;
1539 uint16_t port = local_port ? atoi(local_port) : 0;
1544 info_list = coap_resolve_address_info(&local, port, port, port, port,
1587 uint16_t port = COAP_DEFAULT_PORT;
1800 port = proxy.port;
1804 port = proxy_scheme_option ? proxy.port : uri.port;
1809 info_list = coap_resolve_address_info(&server, port, port, port, port,