Home
last modified time | relevance | path

Searched refs:host (Results 1 – 17 of 17) sorted by relevance

/net-tools-3.6.0/libcoap/tests/
Dtest_uri.c25 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/
Duri.c103 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/
DREADME.legacy6 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 …]
Davahi-daemon.conf6 host-name=zephyr
Dzephyr-websocket-server.py25 server = WebsocketServer(PORT, host="192.0.2.2", loglevel=logging.INFO)
DREADME.md8 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
Dtunslip6.c72 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/
Duri.h21 str host; /**< host part of the URI */ member
/net-tools-3.6.0/mbedtls-2.4.0/include/mbedtls/
Dnet_sockets.h94 int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, const char *port, int proto );
/net-tools-3.6.0/libcoap/examples/
Dclient.c1128 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()
Dcoap-client.txt.in28 host part may be a DNS name or a literal IP address. Note that, for
/net-tools-3.6.0/python-websocket-server/
DREADME.md58 *`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/
Dwebsocket_server.py121 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/
Dnet_sockets.c136 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/
Dconfigure.ac295 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/
Dconfigure865 -host | --host | --hos | --ho)
867 -host=* | --host=* | --hos=* | --ho=*)
1146 host=$host_alias
/net-tools-3.6.0/mbedtls-2.4.0/
DChangeLog1072 the same host (Not to be confused with SNI!)
1801 * Added option parsing for host and port selection to