Searched refs:portbuf (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | network.c | 337 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/ |
D | coap-observer.c | 140 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/ |
D | coap-client.c | 634 unsigned char portbuf[2]; in cmdline_uri() local 682 coap_encode_var_safe(portbuf, sizeof(portbuf), in cmdline_uri() 684 portbuf)); in cmdline_uri()
|
D | coap-server.c | 1010 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()
|