Searched refs:iface (Results 126 - 150 of 285) sorted by relevance

1234567891011>>

/freebsd-current/tests/sys/netinet6/frag6/
H A Dfrag6_10.py73 sp.sendp(ip6f01, iface=args.sendif[0], verbose=False)
H A Dfrag6_11.py73 sp.sendp(ip6f01, iface=args.sendif[0], verbose=False)
H A Dfrag6_17.py86 sp.sendp(p, iface=args.sendif[0], verbose=False)
H A Dfrag6_18.py86 sp.sendp(p, iface=args.sendif[0], verbose=False)
H A Dfrag6_19.py79 sp.sendp(p, iface=args.sendif[0], verbose=False)
H A Dsniffer.py38 self.packets = sp.sniff(iface=self._recvif, store=False,
H A Dfrag6_05.py78 sp.sendp(ip6f01, iface=args.sendif[0], verbose=False)
H A Dfrag6_06.py77 sp.sendp(ip6f01, iface=args.sendif[0], verbose=False)
/freebsd-current/tests/sys/netinet6/
H A Dmld.py72 sp.sendp(pkt, iface=args.sendif[0], verbose=False)
H A Dscapyi386.py71 sp.sendp(pkt, iface=args.sendif[0], verbose=False)
/freebsd-current/tests/sys/netpfil/common/
H A Dpft_synflood.py34 s = sp.conf.L2socket(iface=args.sendif[0])
/freebsd-current/usr.bin/netstat/
H A Dcommon.h54 int iface; member in struct:_wid
/freebsd-current/libexec/rc/rc.d/
H A Dipfw_netflow61 msg netflow: setdlt {iface=0 dlt=12}
/freebsd-current/sbin/ipf/ipftest/
H A Dipftest.c63 char *datain, *iface, *ifname, *logout; local
77 iface = NULL;
195 while ((i = (*r->r_readip)(m, &iface, &dir)) > 0) {
197 if ((iface == NULL) || (*iface == '\0'))
198 iface = ifname;
201 ifp = get_unit(iface, IP_V(ip));
287 if (iface != ifname) {
288 free(iface);
289 iface
[all...]
/freebsd-current/tools/tools/usbtest/
H A Dusb_modem_test.c438 uint8_t iface; local
449 find_usb_endpoints(pdev, 255, 255, 255, 0, &iface, &in_ep, &out_ep, 0);
451 find_usb_endpoints(pdev, 2, 2, 1, 0, &iface, &in_ep, &out_ep, 1);
458 printf("Attaching to: %s @ iface %d\n",
459 libusb20_dev_get_desc(pdev), iface);
466 if (libusb20_dev_detach_kernel_driver(pdev, iface)) {
484 p->usb_iface = iface;
H A Dusb_msc_test.c952 struct libusb20_interface *iface; local
972 iface = (pcfg->interface + x);
974 if ((iface->desc.bInterfaceClass == class) &&
975 (iface->desc.bInterfaceSubClass == subclass ||
977 (iface->desc.bInterfaceProtocol == protocol ||
984 iface = (pcfg->interface + x);
988 for (z = 0; z != iface->num_endpoints; z++) {
989 ep = iface->endpoints + z;
1014 uint8_t iface; local
1028 find_usb_endpoints(pdev, 8, 6, 0x50, 0, &iface,
[all...]
/freebsd-current/sbin/ping/tests/
H A Dtest_ping.py129 iface: str,
160 :param str iface: Interface to send packet to
211 tun = sc.TunTapInterface(iface)
212 subprocess.run(["ifconfig", tun.iface, "up"], check=True)
213 subprocess.run(["ifconfig", tun.iface, src, dst], check=True)
1448 iface = IfaceFactory().create_iface("", "tun")[0].name
1449 ping = pinger(iface, **pinger_kargs)
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dmesh.c285 params->conf.ht_opmode = ifmsh->bss[0]->iface->ht_op_mode;
329 bss->iface = ifmsh;
422 bss->iface = ifmsh;
494 os_strlcpy(bss->conf->iface, wpa_s->ifname, sizeof(bss->conf->iface));
848 struct wpa_interface iface; local
864 os_memset(&iface, 0, sizeof(iface));
865 iface.ifname = ifname;
866 iface
[all...]
/freebsd-current/usr.sbin/ppp/
H A Dipcp.c97 #include "iface.h"
523 struct iface *iface = ipcp->fsm.bundle->iface; local
534 for (n = 0; n < iface->addrs; n++) {
535 if (!ncpaddr_getip4(&iface->addr[n].peer, &peer))
542 if (n == iface->addrs)
570 for (n = 0; n < iface->addrs; n++) {
571 ncprange_getaddr(&iface->addr[n].ifa, &ipaddr);
577 if (n == iface
981 struct iface *iface = bundle->iface; local
[all...]
H A Dtcpmss.c63 #include "iface.h"
178 MAXMSS4(bundle->iface->mtu));
208 MAXMSS6(bundle->iface->mtu));
/freebsd-current/contrib/wpa/src/wps/
H A Dwps_upnp_ssdp.c126 struct upnp_wps_device_interface *iface; local
129 iface = dl_list_first(&sm->interfaces,
131 if (!iface)
133 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string));
578 struct upnp_wps_device_interface *iface; local
579 iface = dl_list_first(
583 if (!iface)
586 uuid_bin2str(iface->wps->uuid, uuid_string,
/freebsd-current/contrib/netbsd-tests/net/if_tun/
H A Dt_tun.sh79 local iface=$4
85 atf_check -s exit:0 -o match:" $iface" -e ignore -x \
/freebsd-current/tests/examples/
H A Dtest_examples.py105 iface: VnetInterface = vnet.iface_alias_map["if1"]
137 iface = vnet.iface_alias_map["if1"]
138 print("Iface {} inside vnet {}".format(iface.name, vnet.name))
/freebsd-current/usr.sbin/bsdinstall/scripts/
H A Dnetconfig_ipv6141 awk -v iface="${INTERFACE}" '
166 printf("ifconfig_%s_ipv6=\"inet6 %s\"\n", iface, $1);
/freebsd-current/tests/sys/netpfil/pf/
H A Dnat66.py87 packets = sp.sniff(iface=self.vnet.iface_alias_map["if1"].name,
124 packets = sp.sniff(iface=self.vnet.iface_alias_map["if1"].name,

Completed in 249 milliseconds

1234567891011>>