/net-tools-3.7.0/ |
D | net-setup.sh | 19 $0 [--config|-c <file>] [--iface|-i <interface>] [start|up] [stop|down] 22 If no parameters are given, then "zeth" network interface and "zeth.conf" 24 and then removes the network interface. 33 interface later. Is can be done by first creating the interface with 34 "start" or "up" command, and then later remove the interface with
|
D | echo-server.c | 92 static int bind_device(int fd, const char *interface, void *addr, int len, in bind_device() argument 99 snprintf(ifr.ifr_name, sizeof(ifr.ifr_name), "%s", interface); in bind_device() 383 const char *interface = NULL; in main() local 394 interface = optarg; in main() 405 if (!interface) { in main() 413 ifindex = get_ifindex(interface); in main() 415 printf("Invalid interface %s\n", interface); in main() 426 get_address(interface, AF_INET, &addr4_recv.sin_addr); in main() 435 get_address(interface, AF_INET6, &addr6_recv.sin6_addr); in main() 474 bind_device(fd4, interface, &addr4_recv, sizeof(addr4_recv), AF_INET); in main() [all …]
|
D | net-capture.py | 25 interface = None variable 73 interface = a variable 89 if interface == None: 99 interface.encode())
|
D | throughput-client.c | 350 const char *target = NULL, *interface = NULL; in main() local 367 interface = optarg; in main() 438 if (interface) { in main() 443 snprintf(ifr.ifr_name, sizeof(ifr.ifr_name), "%s", interface); in main() 451 ifindex = get_ifindex(interface); in main() 453 printf("Invalid interface %s\n", interface); in main() 457 ret = get_address(interface, family, address); in main() 461 interface, ret, strerror(-ret)); in main() 469 if (!interface) { in main()
|
D | echo-client.c | 403 const char *target = NULL, *interface = NULL; in main() local 422 interface = optarg; in main() 510 if (interface) { in main() 515 snprintf(ifr.ifr_name, sizeof(ifr.ifr_name), "%s", interface); in main() 523 ifindex = get_ifindex(interface); in main() 525 printf("Invalid interface %s\n", interface); in main() 529 ret = get_address(interface, family, address); in main() 533 interface, ret, strerror(-ret)); in main() 541 if (!interface) { in main()
|
D | README.md | 62 You can attach wireshark to tap0 interface to see what data is being 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. 87 If no parameters are given, then "zeth" network interface and "zeth.conf" 89 and then removes the network interface. 101 interface later. Is can be done by first creating the interface with 102 "start" or "up" command, and then later remove the interface with
|
D | zeth.conf.stop | 1 # Configuration file for removing a network interface.
|
D | dnsmasq_nat.conf | 2 interface=zeth
|
D | README NAT.md | 11 run simulated Ethernet driver that attaches itself to a network interface called zeth. 12 This is Linux TAP interface so it can send and receive Ethernet frames. 19 When running dnsmasq, it must bind into the zeth interface, so it does not serve any
|
D | dnsmasq.conf | 3 interface=tap0
|
D | radvd_native_posix.conf | 4 interface zeth {
|
D | radvd_slip.conf | 4 interface tap0 {
|
D | coap-client.c | 1573 const char *interface = NULL; local 1599 interface = optarg; 1676 if (interface) { 1681 snprintf(ifr.ifr_name, sizeof(ifr.ifr_name), "%s", interface); 1689 ifindex = get_ifindex(interface); 1691 printf("Invalid interface %s\n", interface); 1695 ret = get_address(interface, family, address); 1699 interface, ret, strerror(-ret));
|
D | README.docker | 16 docker creates will be printed on standard out, it's bridge interface
|
/net-tools-3.7.0/libcoap/examples/contiki/ |
D | radvd.conf.sample | 1 interface tap0
|
/net-tools-3.7.0/docker/ |
D | dnsmasq.conf | 3 interface=eth0
|
D | gptp.cfg | 70 # Default interface options
|
/net-tools-3.7.0/libcoap/include/coap/ |
D | coap_io.h | 147 const coap_endpoint_t *interface; member
|
/net-tools-3.7.0/libcoap/examples/lwip/ |
D | README | 22 * configure your network interface to make the server accessible.
|
/net-tools-3.7.0/libcoap/examples/ |
D | etsi_coaptest.sh | 180 echo -e "\nno interface given"
|
D | README.etsi_iot | 32 [ ] TD_COAP_LINK_01 Access to well-known interface for resource discovery
|
D | coap-server.txt.in | 27 The local address of the interface which the server has to listen.
|
D | coap-rd.txt.in | 27 The local address of the interface which the server has to listen.
|
/net-tools-3.7.0/systemd/ |
D | README.rst | 6 These will start the tap0 network interface for you so that you don't have to
|
/net-tools-3.7.0/libcoap/src/ |
D | coap_io.c | 45 const coap_endpoint_t *interface; member 383 target->handle = packet->interface->handle; in coap_packet_populate_endpoint() 570 (*packet)->interface = ep; in coap_network_read()
|