Home
last modified time | relevance | path

Searched refs:portbuf (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Dnetwork.c337 char hostbuf[100], portbuf[20]; in print_address_list() local
341 hostbuf, sizeof(hostbuf), portbuf, sizeof(portbuf), in print_address_list()
343 av_log(ctx, AV_LOG_DEBUG, "Address %s port %s\n", hostbuf, portbuf); in print_address_list()
413 char errbuf[100], hostbuf[100], portbuf[20]; in ff_connect_parallel() local
429 hostbuf, sizeof(hostbuf), portbuf, sizeof(portbuf), in ff_connect_parallel()
432 hostbuf, portbuf); in ff_connect_parallel()
486 hostbuf, sizeof(hostbuf), portbuf, sizeof(portbuf), in ff_connect_parallel()
489 hostbuf, portbuf); in ff_connect_parallel()
501 hostbuf, sizeof(hostbuf), portbuf, sizeof(portbuf), in ff_connect_parallel()
505 "failed: %s\n", hostbuf, portbuf, errbuf); in ff_connect_parallel()
/third_party/libcoap/examples/contiki/
Dcoap-observer.c140 unsigned char portbuf[2]; in PROCESS_THREAD() local
142 coap_encode_var_safe(portbuf, sizeof(portbuf), in PROCESS_THREAD()
144 portbuf); in PROCESS_THREAD()
/third_party/libcoap/examples/
Dcoap-client.c634 unsigned char portbuf[2]; in cmdline_uri() local
682 coap_encode_var_safe(portbuf, sizeof(portbuf), in cmdline_uri()
684 portbuf)); in cmdline_uri()
Dcoap-server.c1010 unsigned char portbuf[2]; in hnd_proxy_uri() local
1133 coap_encode_var_safe(portbuf, sizeof(portbuf), in hnd_proxy_uri()
1135 portbuf)); in hnd_proxy_uri()