Lines Matching refs:port
76 uri->port = COAP_DEFAULT_PORT;
81 /* no scheme, host or port */
109 uri->port = coap_uri_scheme[i].port;
187 uri->port = 0;
217 if (p < q) { /* explicit port number given */
223 /* check if port number is in allowed range */
229 uri->port = (uint16_t)uri_port;
323 if (uri->port != 80)
328 if (uri->port != 443)
332 if (uri->port != (coap_uri_scheme_is_secure(uri) ? COAPS_DEFAULT_PORT :
341 (uri->port & 0xffff)),
672 result->port = uri->port;