Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 25 of 34) sorted by relevance

12

/net-tools-3.4.0/
Dnet-setup.sh19 $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
Dnet-capture.py24 interface = None variable
64 interface = a variable
74 if interface == None:
84 interface.encode())
Decho-server.c92 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 …]
Dthroughput-client.c350 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()
Decho-client.c403 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()
DREADME.md62 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
Dzeth.conf.stop1 # Configuration file for removing a network interface.
Ddnsmasq_nat.conf2 interface=zeth
DREADME NAT.md11 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
Ddnsmasq.conf3 interface=tap0
Dradvd_slip.conf4 interface tap0 {
Dradvd_native_posix.conf4 interface zeth {
DREADME.docker16 docker creates will be printed on standard out, it's bridge interface
Dcoap-client.c1573 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));
/net-tools-3.4.0/libcoap/examples/contiki/
Dradvd.conf.sample1 interface tap0
/net-tools-3.4.0/docker/
Dgptp.cfg70 # Default interface options
/net-tools-3.4.0/libcoap/include/coap/
Dcoap_io.h147 const coap_endpoint_t *interface; member
/net-tools-3.4.0/libcoap/examples/lwip/
DREADME22 * configure your network interface to make the server accessible.
/net-tools-3.4.0/systemd/
DREADME.rst6 These will start the tap0 network interface for you so that you don't have to
/net-tools-3.4.0/libcoap/examples/
Detsi_coaptest.sh180 echo -e "\nno interface given"
DREADME.etsi_iot32 [ ] TD_COAP_LINK_01 Access to well-known interface for resource discovery
Dcoap-rd.txt.in27 The local address of the interface which the server has to listen.
Dcoap-server.txt.in27 The local address of the interface which the server has to listen.
Dcoap-client.txt.in35 The local address of the interface that has to be used.
/net-tools-3.4.0/libcoap/src/
Dcoap_io.c45 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()

12