Searched refs:iface (Results 151 - 175 of 285) sorted by relevance

1234567891011>>

/freebsd-current/usr.bin/netstat/
H A Droute.c215 wid.iface, wid.iface, "Netif",
223 wid.iface, wid.iface, "Netif",
236 wid.iface = WID_IF_DEFAULT;
351 xo_emit("{t:interface-name/%*s}", wid.iface, prettyname);
353 xo_emit("{t:interface-name/%*.*s}", wid.iface, wid.iface,
/freebsd-current/libexec/nuageinit/
H A Dnuageinit53 for _,iface in pairs(ifaces["statistics"]["interface"]) do
54 if iface["network"]:match("<Link#%d>") then
55 local s = iface["address"]
56 myifaces[s:lower()] = iface["name"]
/freebsd-current/contrib/wpa/src/ap/
H A Dneighbor_db.c252 (hapd->iface->drv_flags & WPA_DRIVER_FLAGS_AP_UAPSD))
269 if (ieee80211_freq_to_channel_ext(hapd->iface->freq,
284 ieee80211_freq_to_chan(hapd->iface->freq +
304 wpabuf_put_u8(nr, ieee80211_get_phy_type(hapd->iface->freq, ht, vht));
H A Dwmm.c74 struct hostapd_hw_modes *mode = hapd->iface->current_mode;
83 if (chan->freq != hapd->iface->freq)
96 if (os_memcmp(acp, hapd->iface->prev_wmm,
98 os_memcpy(hapd->iface->prev_wmm, acp,
132 (hapd->iface->drv_flags & WPA_DRIVER_FLAGS_AP_UAPSD))
H A Dieee802_11_shared.c350 if (hapd->iface->drv_flags & WPA_DRIVER_FLAGS_AP_CSA)
435 (hapd->iface->drv_flags &
456 if (len < hapd->iface->extended_capa_len)
457 len = hapd->iface->extended_capa_len;
464 if (i < hapd->iface->extended_capa_len) {
465 *pos &= ~hapd->iface->extended_capa_mask[i];
466 *pos |= hapd->iface->extended_capa[i];
1075 if (hapd->iface->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_LTF)
1077 if (hapd->iface->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_RTT)
1079 if (hapd->iface
[all...]
/freebsd-current/tests/sys/netpfil/pf/
H A Dpfsync_defer.py85 sp.sendp(req, iface=intf, verbose=False)
H A Dpft_read_ipfix.py63 pkts = sp.sniff(iface=recvif, timeout=65)
/freebsd-current/sys/dev/usb/serial/
H A Dugensa.c194 struct usb_interface *iface; local
206 iface = usbd_get_iface(uaa->device, iface_index);
207 if (iface == NULL || iface->idesc->bInterfaceClass != UICLASS_VENDOR)
/freebsd-current/tests/sys/netinet/
H A Dredirect.sh92 --iface ${epair}a
/freebsd-current/tests/sys/netinet6/frag6/
H A Dfrag6_12.py100 sp.sendp(ip6f01, iface=args.sendif[0], verbose=False)
H A Dfrag6_09.py98 sp.sendp(ip6f01, iface=args.sendif[0], verbose=False)
H A Dfrag6_01.py103 sp.sendp(ip6f01, iface=args.sendif[0], verbose=False)
H A Dfrag6_02.py99 sp.sendp(ip6f01, iface=args.sendif[0], verbose=False)
H A Dfrag6_04.py96 sp.sendp(ip6f01, iface=args.sendif[0], verbose=False)
/freebsd-current/usr.sbin/ppp/
H A DMakefile9 iface.c ip.c ipcp.c ipv6cp.c iplist.c lcp.c link.c log.c lqr.c main.c \
H A Dether.c94 #include "iface.h"
462 const char *iface, *provider; local
475 iface = p->name.full + PPPOE_NODE_TYPE_LEN + 1;
477 provider = strchr(iface, ':');
479 ifacelen = provider - iface;
483 ifacelen = strlen(iface);
493 * | <iface> | dev->cs
501 * | <iface> |(tunN)<---->(tunN)| <unnamed> |
523 sprintf(path, "%.*s:", (int)ifacelen, iface);
/freebsd-current/contrib/wpa/src/fst/
H A Dfst_ctrl_iface.c563 struct fst_iface *iface = NULL; local
576 iface = fst_group_get_iface_by_name(g, ifname);
577 if (iface)
580 if (!iface)
583 mbies = fst_iface_get_peer_mb_ie(iface, peer_addr);
660 static int print_band(unsigned num, struct fst_iface *iface, const u8 *addr, argument
668 fst_iface_get_channel_info(iface, &hw_mode, &channel);
673 num, fst_iface_get_name(iface));
674 wpabuf = fst_iface_get_peer_mb_ie(iface, addr);
684 num, fst_iface_get_group_id(iface));
[all...]
/freebsd-current/sbin/dhclient/
H A Ddhclient-script160 route add "$1" -iface "$interface"
173 route add default -iface $router >/dev/null 2>&1
176 route add "$router" -iface "$interface" >/dev/null 2>&1
/freebsd-current/usr.sbin/usbconfig/
H A Ddump.c300 struct libusb20_interface *iface)
305 idesc = &iface->desc;
307 dump_extra(&iface->extra, " " " " " ");
309 for (z = 0; z != iface->num_endpoints; z++) {
311 dump_endpoint(pdev, iface->endpoints + z);
299 dump_iface(struct libusb20_device *pdev, struct libusb20_interface *iface) argument
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c736 "P2P: GO(iface)=%p members=%u CLI(iface)=%p persistent(ssid)=%p",
2292 struct wpa_interface iface; local
2309 os_memset(&iface, 0, sizeof(iface));
2310 iface.ifname = wpa_s->pending_interface_name;
2311 iface.driver = wpa_s->driver->name;
2316 iface.ctrl_interface = wpa_s->parent->conf->ctrl_interface;
2318 iface.ctrl_interface = wpa_s->conf->ctrl_interface;
2319 iface
4119 struct wpa_interface iface; local
8115 struct wpa_supplicant *iface; local
8137 struct wpa_supplicant *iface; local
8163 struct wpa_supplicant *iface; local
8208 struct wpa_supplicant *iface; local
8894 struct wpa_supplicant *iface; local
9038 struct wpa_supplicant *iface; local
9471 struct wpa_supplicant *iface; local
[all...]
H A Dwpa_supplicant.c6023 struct wpa_supplicant *iface = wpa_s->global->ifaces; local
6026 while (rn && iface) {
6027 radio = iface->radio;
6035 iface = iface->next;
6454 const struct wpa_interface *iface)
6458 driver = iface->driver;
6544 const struct wpa_interface *iface)
6551 "'%s' ctrl_interface '%s' bridge '%s'", iface->ifname,
6552 iface
6453 wpas_init_driver(struct wpa_supplicant *wpa_s, const struct wpa_interface *iface) argument
6543 wpa_supplicant_init_iface(struct wpa_supplicant *wpa_s, const struct wpa_interface *iface) argument
6911 struct wpa_supplicant *iface, *prev; local
7011 struct wpa_interface *iface, *miface; local
7043 struct wpa_interface *iface; local
7082 wpa_supplicant_add_iface(struct wpa_global *global, struct wpa_interface *iface, struct wpa_supplicant *parent) argument
[all...]
/freebsd-current/sys/dev/usb/net/
H A Duhso.c566 id = usbd_get_interface_descriptor(uaa->iface);
728 struct usb_interface *iface; local
734 iface = usbd_get_iface(udev, 0);
735 if (iface == NULL)
737 id = iface->idesc;
892 struct usb_interface *iface; local
903 iface = usbd_get_iface(sc->sc_udev, index);
906 error = uhso_attach_ifnet(sc, iface, type);
917 if (iface->idesc->bNumEndpoints < 3) {
926 error = uhso_attach_muxserial(sc, iface, typ
1035 uhso_attach_muxserial(struct uhso_softc *sc, struct usb_interface *iface, int type) argument
1265 uhso_attach_bulkserial(struct uhso_softc *sc, struct usb_interface *iface, int type) argument
1551 uhso_attach_ifnet(struct uhso_softc *sc, struct usb_interface *iface, int type) argument
[all...]
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_hostap.c40 char iface[IFNAMSIZ + 1]; member in struct:hostap_driver_data
235 drv->iface) >= (int) sizeof(ifr.ifr_name)) {
260 return linux_get_ifhwaddr(drv->sock, drv->iface, own_addr);
356 if (os_snprintf(ifname, IFNAMSIZ, "%sap", drv->iface) >= IFNAMSIZ) {
385 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
502 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
560 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
597 drv->iface, MAC2STR(addr));
921 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
982 memcpy(drv->iface, param
[all...]
H A Ddriver_atheros.c66 char iface[IFNAMSIZ + 1]; member in struct:atheros_driver_data
189 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
213 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
232 __func__, drv->iface, op,
246 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
253 __func__, drv->iface, op, athr_get_param_name(op),
824 os_strlcpy(iwr.ifr_name, drv->iface, sizeof(iwr.ifr_name));
847 __func__, drv->iface, strerror(errno));
981 drv->sock_raw = l2_packet_init(drv->iface, NULL, ETH_P_80211_RAW,
1401 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSI
[all...]
/freebsd-current/tests/sys/netinet6/
H A Dforward6.sh91 --iface ${epair}a
165 --iface ${epair}a
240 --iface ${epair}a
309 --iface ${epair}a
383 --iface ${epair}a
458 --iface ${epair}a

Completed in 323 milliseconds

1234567891011>>