Searched refs:iface (Results 201 - 225 of 264) sorted by relevance

1234567891011

/freebsd-13-stable/contrib/netbsd-tests/net/route/
H A Dt_flags6.sh204 rump.route add -inet6 -host fc00::/64 ::1 -iface -reject
H A Dt_flags.sh214 rump.route add -host 10.0.0.1/24 127.0.0.1 -iface -reject
/freebsd-13-stable/sys/dev/usb/serial/
H A Duplcom.c378 struct usb_interface *iface; local
479 iface = usbd_get_iface(uaa->device, UPLCOM_SECOND_IFACE_INDEX);
480 if (iface) {
481 id = usbd_get_interface_descriptor(iface);
/freebsd-13-stable/sys/dev/usb/
H A Dusb_msctest.c597 struct usb_interface *iface; local
620 iface = usbd_get_iface(udev, iface_index);
621 if (iface == NULL)
624 id = iface->idesc;
/freebsd-13-stable/sys/dev/cfi/
H A Dcfi_core.c205 uint16_t iface, vend; local
272 iface = cfi_read_qry(sc, CFI_QRY_IFACE) |
276 * Adding 1 to iface will give us a bit-wise "switch"
280 iface++;
282 error = (iface & sc->sc_width) ? 0 : EINVAL;
/freebsd-13-stable/usr.sbin/ppp/
H A Dipv6cp.c75 #include "iface.h"
233 if (!iface_Add(bundle->iface, &bundle->ncp, &myrange, &ipv6cp->hisaddr,
238 iface_Clear(bundle->iface, &bundle->ncp, AF_INET6,
400 if (!iface_SetFlags(ipv6cp->fsm.bundle->iface->name, IFF_UP)) {
402 " flag on %s\n", ipv6cp->fsm.bundle->iface->name);
H A Dmain.c99 #include "iface.h"
433 prompt_Printf(prompt, "Using interface: %s\n", bundle->iface->name);
/freebsd-13-stable/tools/tools/net80211/w00t/ap/
H A Dap.c82 "-i\t<iface>\n"
849 char *iface = "wlan0"; local
867 iface = optarg;
901 if ((p.tx = open_tx(iface)) == -1)
903 if ((p.rx = open_rx(iface)) == -1)
/freebsd-13-stable/tests/sys/netinet6/
H A Dexthdr.py265 sp.sendp(pkt, iface=args.sendif[0], verbose=False)
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dgas_serv.c1513 hostapd_drv_send_action(hapd, hapd->iface->freq, 0, sa,
1517 hostapd_drv_send_action_addr3_ap(hapd, hapd->iface->freq, 0, sa,
1582 hostapd_drv_send_action(hapd, hapd->iface->freq, 0, sa,
1658 hostapd_drv_send_action(hapd, hapd->iface->freq, 0, sa,
1663 hapd->iface->freq, 0,
1827 hostapd_drv_send_action(hapd, hapd->iface->freq, 0, sa,
1831 hostapd_drv_send_action_addr3_ap(hapd, hapd->iface->freq, 0, sa,
H A Dap_drv_ops.h126 int hostapd_start_dfs_cac(struct hostapd_iface *iface,
146 void hostapd_get_ext_capa(struct hostapd_iface *iface);
H A Dvlan_full.c56 interfaces = hapd->iface->interfaces;
93 interfaces = hapd->iface->interfaces;
622 "VLAN: Could not remove VLAN iface: %s: %s",
677 * iface has just been recreated */
H A Dwnm_ap.c185 res = hostapd_drv_send_action(hapd, hapd->iface->freq, 0,
374 res = hostapd_drv_send_action(hapd, hapd->iface->freq, 0,
431 hapd->conf->iface, MAC2STR(sta->addr));
H A Dieee802_1x.c286 if (hostapd_drv_set_key(hapd->conf->iface, hapd, WPA_ALG_WEP,
303 switch (hapd->iface->conf->hw_mode) {
1041 !(hapd->iface->drv_flags & WPA_DRIVER_FLAGS_WIRED))) {
2169 if (hostapd_drv_set_key(hapd->conf->iface, hapd, WPA_ALG_WEP,
2475 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 1))
2486 hostapd_drv_set_key(hapd->conf->iface, hapd,
2518 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 0);
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-rpcap.c2053 char *host, char *port, char *iface, char *errbuf)
2064 if (pcap_parsesrcstr(source, &type, host, port, iface, errbuf) == -1)
2191 char host[PCAP_BUF_SIZE], ctrlport[PCAP_BUF_SIZE], iface[PCAP_BUF_SIZE]; local
2239 &protocol_version, host, ctrlport, iface, errbuf) == -1)
2255 RPCAP_MSG_OPEN_REQ, 0, (uint32) strlen(iface));
2257 if (sock_bufferize(iface, (int) strlen(iface), sendbuf, &sendbufidx,
2051 rpcap_setup_session(const char *source, struct pcap_rmtauth *auth, int *activep, SOCKET *sockctrlp, uint8 *protocol_versionp, char *host, char *port, char *iface, char *errbuf) argument
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c6976 if (os_strncmp(pos, "iface=", 6) == 0) {
10774 struct wpa_interface iface; local
10787 os_memset(&iface, 0, sizeof(iface));
10790 iface.ifname = pos = cmd;
10794 if (iface.ifname[0] == '\0')
10799 iface.confname = pos;
10803 if (iface.confname[0] == '\0')
10804 iface.confname = NULL;
10808 iface
10930 wpa_free_iface_info(struct wpa_interface_info *iface) argument
10949 struct wpa_interface_info *iface = NULL, *last = NULL, *tmp; local
[all...]
/freebsd-13-stable/sys/netgraph/
H A Dng_iface.c91 static MALLOC_DEFINE(M_NETGRAPH_IFACE, "netgraph_iface", "netgraph iface node");
96 static SYSCTL_NODE(_net_graph, OID_AUTO, iface, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
206 NETGRAPH_INIT(iface, &typestruct);
/freebsd-13-stable/sys/netinet/
H A Dip_fw.h792 char iface[IF_NAMESIZE]; /* interface name */ member in union:_ipfw_table_xentry::__anon15347
901 char iface[IF_NAMESIZE]; /* interface name */ member in union:_ipfw_obj_tentry::__anon15351
979 uint8_t type; /* table type (addr,iface,..) */
/freebsd-13-stable/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c628 struct usb_interface *iface; local
746 iface = usbd_get_iface(uaa->device, i);
747 if (iface == NULL)
749 id = usbd_get_interface_descriptor(iface);
/freebsd-13-stable/sys/dev/usb/input/
H A Dwsp.c696 struct usb_interface *iface; local
704 iface = usbd_get_iface(uaa->device, i);
705 if (iface == NULL || i == 3)
707 id = iface->idesc;
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c1273 usb_linux_cleanup_interface(struct usb_device *dev, struct usb_interface *iface) argument
1281 uhi = iface->altsetting;
1282 uhi_end = iface->altsetting + iface->num_altsetting;
/freebsd-13-stable/lib/libusb/
H A Dlibusb01.c786 uint8_t iface; local
788 iface = pdev->claimed_interface;
790 err = libusb20_dev_set_alt_index((void *)dev, iface, alternate);
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_ndis.c2956 struct wpa_interface_info *iface = NULL, *niface; local
3040 niface->next = iface;
3041 iface = niface;
3177 niface->next = iface;
3178 iface = niface;
3183 return iface;
/freebsd-13-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.h147 void wpas_dbus_ctrl_iface_deinit(struct wpas_dbus_priv *iface);
/freebsd-13-stable/sys/dev/acpica/
H A Dacpi.c4232 acpi_parse_interfaces(char *str, struct acpi_interface *iface) argument
4260 iface->data = malloc(sizeof(*iface->data) * j, M_TEMP, M_WAITOK);
4261 iface->num = j;
4267 iface->data[j] = p + i;
4276 acpi_free_interfaces(struct acpi_interface *iface) argument
4279 free(iface->data[0], M_TEMP);
4280 free(iface->data, M_TEMP);

Completed in 464 milliseconds

1234567891011