/net-tools-3.6.0/libcoap/tests/ |
D | test_uri.c | 25 CU_ASSERT(uri.host.length == 3); in t_parse_uri1() 26 CU_ASSERT_NSTRING_EQUAL(uri.host.s, "::1", 3); in t_parse_uri1() 48 CU_ASSERT(uri.host.length == 3); in t_parse_uri2() 49 CU_ASSERT_NSTRING_EQUAL(uri.host.s, "::1", 3); in t_parse_uri2() 71 CU_ASSERT(uri.host.length == 9); in t_parse_uri3() 72 CU_ASSERT_NSTRING_EQUAL(uri.host.s, "localhost", 9); in t_parse_uri3() 103 CU_ASSERT(uri.host.length == 3); in t_parse_uri5() 104 CU_ASSERT_NSTRING_EQUAL(uri.host.s, "foo", 3); in t_parse_uri5() 126 CU_ASSERT(uri.host.length == 13); in t_parse_uri6() 127 CU_ASSERT_NSTRING_EQUAL(uri.host.s, "134.102.218.2", 13); in t_parse_uri6() [all …]
|
/net-tools-3.6.0/libcoap/src/ |
D | uri.c | 103 COAP_SET_STR(&uri->host, q - p, p); in coap_split_uri() 117 COAP_SET_STR(&uri->host, q - p, p); in coap_split_uri() 437 result = (coap_uri_t *)coap_malloc( uri->query.length + uri->host.length + in coap_clone_uri() 447 if ( uri->host.length ) { in coap_clone_uri() 448 result->host.s = URI_DATA(result); in coap_clone_uri() 449 result->host.length = uri->host.length; in coap_clone_uri() 451 memcpy(result->host.s, uri->host.s, uri->host.length); in coap_clone_uri() 455 result->path.s = URI_DATA(result) + uri->host.length; in coap_clone_uri() 462 result->query.s = URI_DATA(result) + uri->host.length + uri->path.length; in coap_clone_uri()
|
/net-tools-3.6.0/ |
D | README.legacy | 6 tunslip6 can be used in host side to create a tun device that 8 way it is possible to pass packets between host and target 62 to work, you need to run radvd or similar tool in host side. 71 tunslip if for IPv4 networks and it can be used in host side 74 between host and target system via slip protocol. 106 echo-client is a tool that is run in Linux host side and 129 echo-server is a tool that is run in Linux host side and 135 host firewall is not blocking the packets that the echo-client 146 dtls-client is a tool that is run in Linux host side and 162 dtls-server is a tool that is run in Linux host side and [all …]
|
D | avahi-daemon.conf | 6 host-name=zephyr
|
D | zephyr-websocket-server.py | 25 server = WebsocketServer(PORT, host="192.0.2.2", loglevel=logging.INFO)
|
D | README.md | 8 inside QEMU, and host device that is running Linux. 80 ## Using net-setup.sh script to setup host side ethernet interface 82 The net-setup.sh script can setup an ethernet interface to the host. 84 commands to setup IP addresses and routes to the host interface. 138 is the address of Linux host where the tunnel end point is located). 245 running in Linux host. You need to run *socat* and *pppd* to create
|
D | tunslip6.c | 72 const char *host = NULL; variable 399 if(host != NULL) { in get_slipfd() 412 if((rv = getaddrinfo(host, port, &hints, &servinfo)) != 0) { in get_slipfd() 434 fprintf(stderr, "can't connect to ``%s:%s''\n", host, port); in get_slipfd() 975 host = optarg; in main()
|
/net-tools-3.6.0/libcoap/include/coap/ |
D | uri.h | 21 str host; /**< host part of the URI */ member
|
/net-tools-3.6.0/mbedtls-2.4.0/include/mbedtls/ |
D | net_sockets.h | 94 int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, const char *port, int proto );
|
/net-tools-3.6.0/libcoap/examples/ |
D | client.c | 1128 server = uri.host; in main() 1174 && (strlen(addr) != uri.host.length in main() 1175 || memcmp(addr, uri.host.s, uri.host.length) != 0)) { in main() 1180 uri.host.length, in main() 1181 uri.host.s)); in main()
|
D | coap-client.txt.in | 28 host part may be a DNS name or a literal IP address. Note that, for
|
/net-tools-3.6.0/python-websocket-server/ |
D | README.md | 58 *`host`* - By default the `127.0.0.1` is used which allows connections only from the current machin… 101 server = WebsocketServer(13254, host='127.0.0.1', loglevel=logging.INFO)
|
/net-tools-3.6.0/python-websocket-server/websocket_server/ |
D | websocket_server.py | 121 def __init__(self, port, host='127.0.0.1', loglevel=logging.WARNING): argument 123 TCPServer.__init__(self, (host, port), WebSocketHandler)
|
/net-tools-3.6.0/mbedtls-2.4.0/library/ |
D | net_sockets.c | 136 int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, const char *port, int proto ) in mbedtls_net_connect() argument 150 if( getaddrinfo( host, port, &hints, &addr_list ) != 0 ) in mbedtls_net_connect()
|
/net-tools-3.6.0/libcoap/ |
D | configure.ac | 295 case $host in 325 AC_MSG_WARN([==> Currently unsupported operating system ${host}!]) 362 host system : "$host"]);
|
/net-tools-3.6.0/tinydtls-0.8.2/ |
D | configure | 865 -host | --host | --hos | --ho) 867 -host=* | --host=* | --hos=* | --ho=*) 1146 host=$host_alias
|
/net-tools-3.6.0/mbedtls-2.4.0/ |
D | ChangeLog | 1072 the same host (Not to be confused with SNI!) 1801 * Added option parsing for host and port selection to
|