/net-tools-3.7.0/docker/ |
D | dnsmasq.conf | 11 address=/4.zephyr.test/192.0.2.2 12 address=/6.zephyr.test/2001:db8::2 13 address=/online.zephyr.test/192.0.2.2 14 address=/online.zephyr.test/2001:db8::2
|
D | https-server.py | 48 def main(address): argument 49 if ':' in address: 50 httpd = HTTPServerV6((address, PORT), RequestHandler) 52 httpd = HTTPServer((address, PORT), RequestHandler)
|
D | syslog-receiver.py | 44 address = bytesAddressPair[1]
|
/net-tools-3.7.0/ |
D | dnsmasq.conf | 11 address=/4.zephyr.test/192.0.2.2 12 address=/6.zephyr.test/2001:db8::2 13 address=/www.zephyrproject.org/192.0.2.2 14 address=/www.zephyrproject.org/2001:db8::2
|
D | throughput-client.c | 252 const char *if_name, void *address) in find_address() argument 272 memcpy(address, &in4->sin_addr, in find_address() 288 memcpy(address, &in6->sin6_addr, in find_address() 303 memcpy(address, &ll->sin6_addr, sizeof(struct in6_addr)); in find_address() 310 static int get_address(const char *if_name, int family, void *address) in get_address() argument 323 err = find_address(family, if_address, if_name, address); in get_address() 354 void *address = NULL; in main() local 412 address = &addr4_recv.sin_addr; in main() 426 address = &addr6_recv.sin6_addr; in main() 457 ret = get_address(interface, family, address); in main() [all …]
|
D | zeth.conf | 15 ip link set dev $INTERFACE address $HWADDR 17 ip -6 address add $IPV6_ADDR_1 dev $INTERFACE nodad 19 ip address add $IPV4_ADDR_1 dev $INTERFACE
|
D | nat.conf | 15 ip link set dev $INTERFACE address $HWADDR 17 ip -6 address add $IPV6_ADDR_1 dev $INTERFACE nodad 19 ip address add $IPV4_ADDR_1 dev $INTERFACE
|
D | echo-client.c | 302 const char *if_name, void *address) in find_address() argument 322 memcpy(address, &in4->sin_addr, in find_address() 338 memcpy(address, &in6->sin6_addr, in find_address() 353 memcpy(address, &ll->sin6_addr, sizeof(struct in6_addr)); in find_address() 360 static int get_address(const char *if_name, int family, void *address) in get_address() argument 373 err = find_address(family, if_address, if_name, address); in get_address() 407 void *address = NULL; in main() local 482 address = &addr4_recv.sin_addr; in main() 497 address = &addr6_recv.sin6_addr; in main() 529 ret = get_address(interface, family, address); in main() [all …]
|
D | dnsmasq_nat.conf | 7 address=/4.zephyr.test/192.0.2.2 8 address=/6.zephyr.test/2001:db8::2
|
D | zeth-vlan.conf | 31 ip link set dev ${INTERFACE} address ${HWADDR} 33 ip -6 address add ${IPV6_ADDR_1} dev ${INTERFACE} 35 ip address add ${IPV4_ADDR_1} dev ${INTERFACE}
|
D | zeth-tunnel.conf | 33 ip link set dev ${INTERFACE} address ${HWADDR} 35 ip -6 address add ${IPV6_ADDR_LOCAL} dev ${INTERFACE} 37 ip address add ${IPV4_ADDR_LOCAL} dev ${INTERFACE}
|
D | zeth0-gptp.conf | 6 ip link set dev $INTERFACE address $HWADDR
|
D | zeth1-gptp.conf | 6 ip link set dev $INTERFACE address $HWADDR
|
D | docker.conf | 26 ip link set dev $INTERFACE address $HWADDR
|
D | echo-server.c | 292 const char *if_name, void *address) in find_address() argument 311 memcpy(address, &in4->sin_addr, in find_address() 325 memcpy(address, &in6->sin6_addr, in find_address() 341 static int get_address(const char *if_name, int family, void *address) in get_address() argument 354 err = find_address(family, if_address, if_name, address); in get_address()
|
D | coap-client.c | 413 const char *if_name, void *address) in find_address() argument 433 memcpy(address, &in4->sin_addr, in find_address() 449 memcpy(address, &in6->sin6_addr, in find_address() 464 memcpy(address, &ll->sin6_addr, sizeof(struct in6_addr)); in find_address() 471 static int get_address(const char *if_name, int family, void *address) in get_address() argument 484 err = find_address(family, if_address, if_name, address); in get_address() 1577 void *address = NULL; local 1650 address = &addr4_recv.sin_addr; 1664 address = &addr6_recv.sin6_addr; 1695 ret = get_address(interface, family, address); [all …]
|
D | net-capture.py | 121 data, address = sock.recvfrom(4096) variable
|
/net-tools-3.7.0/libcoap/examples/ |
D | coap-server.txt.in | 27 The local address of the interface which the server has to listen. 33 The 'port' on the given address the server will be waitung for connections. 58 The listening address is set to '2001:db8:81a8:0:6ef0:dead:feed:beef' and the 65 Set listening address to '2001:db8:81a8:0:6ef0:dead:feed:beef' and join the
|
D | coap-rd.txt.in | 27 The local address of the interface which the server has to listen. 33 The 'port' on the given address the server will be waitung for connections. 58 The listening address is set to '2001:db8:81a8:0:6ef0:dead:feed:beef' and the 65 Set listening address to '2001:db8:81a8:0:6ef0:dead:feed:beef' and join the
|
D | coap-client.txt.in | 28 host part may be a DNS name or a literal IP address. Note that, for 29 IPv6 address references, angle brackets are required (c.f. EXAMPLES). 35 The local address of the interface that has to be used. 134 address '2001:db8:c001:f00d:221:2eff:ff00:2704' and port '5683'. Note that the
|
/net-tools-3.7.0/libcoap/src/ |
D | coap_io_lwip.c | 23 void coap_packet_get_memmapped(coap_packet_t *packet, unsigned char **address, size_t *length) in coap_packet_get_memmapped() argument 26 *address = packet->pbuf->payload; in coap_packet_get_memmapped()
|
/net-tools-3.7.0/libcoap/include/coap/ |
D | coap.h.in | 16 /* Define the address where bug reports for libcoap should be sent. */ 35 #include "address.h"
|
D | coap_io.h | 127 unsigned char **address,
|
/net-tools-3.7.0/mbedtls-2.4.0/ |
D | CMakeLists.txt | 76 set(CMAKE_C_FLAGS_ASAN "-Werror -fsanitize=address -fno-common -O3") 77 …set(CMAKE_C_FLAGS_ASANDBG "-Werror -fsanitize=address -fno-common -O1 -g3 -fno-omit-frame-poin… 87 …set(CMAKE_C_FLAGS_ASAN "-Werror -fsanitize=address -fno-common -fsanitize=undefined -fno-sa… 88 …set(CMAKE_C_FLAGS_ASANDBG "-Werror -fsanitize=address -fno-common -fsanitize=undefined -fno-sa…
|
/net-tools-3.7.0/libcoap/ |
D | Makefile.am | 51 src/address.c \ 74 include/coap/address.h \
|