Searched refs:interface (Results 76 - 93 of 93) sorted by relevance

1234

/illumos-gate/usr/src/common/bignum/i386/
H A Dbignum_i386_asm.s229 / The interface is very light-weight.
488 / The interface is very light-weight.
/illumos-gate/usr/src/cmd/bnu/
H A Duucico.c65 extern int (*Setup)(), (*Teardown)(); /* defined in interface.c */
71 extern int sysaccess(), guinfo(), eaccess(), countProcs(), interface(),
101 char *iface; /* interface name */
227 /* interface type */
293 if ( interface(iface) ) {
295 "%s: invalid interface %s\n", Progname, iface);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c136 * either/etc/inet/wifi/wifi.<interface> or /etc/inet/secret/
137 * wifi/wifiwepkey.<interface>
191 static boolean_t search_interface(char *interface);
1070 * search /dev/wifi to see which interface is available
1073 search_interface(char *interface) argument
1080 PRTDBG(("search interface\n"));
1081 assert(interface != NULL);
1084 * Try to return the first found wifi interface.
1085 * If no wifi interface is available, return B_FALSE
1103 PRTDBG(("interface
4690 char interface[LIFNAMSIZ]; local
[all...]
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c618 int interface; local
715 interface = dev_data->dev_curr_if;
719 altif_data = &dev_data->dev_curr_cfg->cfg_if[interface].if_alt[0];
723 "invalid alt 0 for interface %d", interface);
733 "invalid interface class (0x%x)",
739 if ((ep_data = usb_lookup_ep_data(dip, dev_data, interface, 0, 0,
743 if ((ep_data = usb_lookup_ep_data(dip, dev_data, interface, 0, 0,
747 if ((ep_data = usb_lookup_ep_data(dip, dev_data, interface, 0, 0,
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h22 This header file defines the lowest level raw interface to mDNSCore,
1338 mDNSInterfaceID interface; member in struct:McastResolver
1363 mDNSInterfaceID interface; // DNS requests should be sent on this interface member in struct:DNSServer
1391 mDNSInterfaceID SendNow; // The interface ID that this record should be sent on
1412 mDNSInterfaceID InterfaceID; // Set if this RR is specific to one interface
1413 // For records received off the wire, InterfaceID is *always* set to the receiving interface
1415 // that are interface-specific (e.g. address records, especially linklocal addresses)
1482 // AuthRecordAny includes mDNSInterface_Any and interface specific auth records.
1487 AuthRecordAnyIncludeAWDL, // registered for *Any, including AWDL interface
[all...]
H A DuDNS.c114 mDNSexport DNSServer *mDNS_AddDNSServer(mDNS *const m, const domainname *d, const mDNSInterfaceID interface, const mDNSs32 serviceID, const mDNSAddr *addr, argument
131 NumUnicastDNSServers, addr, d->c, interface, serviceID, scoped, resGroupID, reqA ? "True" : "False", reqAAAA ? "True" : "False",
134 while (*p) // Check if we already have this {interface,address,port,domain} tuple registered + reqA/reqAAAA bits
136 if ((*p)->scoped == scoped && (*p)->interface == interface && (*p)->serviceID == serviceID && (*p)->teststate != DNSServer_Disabled &&
141 debugf("Note: DNS Server %#a:%d for domain %##s (%p) registered more than once", addr, mDNSVal16(port), d->c, interface);
188 (*p)->interface = interface;
1998 #pragma mark - host name and interface management
4839 err = mDNSSendDNSMessage(m, &m->omsg, end, q->qDNSServer->interface,
5989 mDNS_AddDNSServer(mDNS *const m, const domainname *d, const mDNSInterfaceID interface, const mDNSs32 serviceID, const mDNSAddr *addr, const mDNSIPPort port, mDNSu32 scoped, mDNSu32 timeout, mDNSBool cellIntf, mDNSu16 resGroupID, mDNSBool reqA, mDNSBool reqAAAA, mDNSBool reqDO) argument
[all...]
H A DmDNSPosix.c19 #include "mDNSEmbeddedAPI.h" // Defines the interface provided to the client layer above
69 // Context record for interface change callback
207 LogMsg("mDNSPlatformSendUDP got error %d (%s) sending packet to %#a on interface %#a/%s/%d",
256 // no way to tell the destination address or interface this packet arrived on,
268 // We only accept the packet if the interface on which it came
269 // in matches the interface associated with this socket.
289 verbosedebugf("SocketDataReady ignored a packet from %#a to %#a on interface %s/%d expecting %#a/%s/%d/%d",
297 "*** WARNING: Received %d packets; Accepted %d packets; Rejected %d packets because of interface mismatch\n",
305 verbosedebugf("SocketDataReady got a packet from %#a to %#a on interface %#a/%s/%d/%d",
530 // Searches the interface lis
[all...]
H A DmDNSUNP.c86 /* Gets IPv6 interface information from the /proc filesystem in linux*/
119 continue; /* already processed this interface */
137 /* Add address of the interface */
151 /* Add netmask of the interface */
163 /* Add interface name */
166 /* Add interface index */
169 /* Add interface flags*/
174 * If the main interface is configured with no IP address but
175 * an alias interface exists with an IP address, you get
176 * EADDRNOTAVAIL for the main interface
[all...]
H A DmDNS.c394 // Note: We don't check for InterfaceActive, as the active interface could be IPv6 and
395 // we still want to find the first IPv4 Link-Local interface
401 debugf("FirstIPv4LLInterfaceForID: found LL interface with address %.4a", &intf->ip.ip.v4);
729 // (or were received) on the same interface (i.e. if *both* records specify an interface, then it has to match).
779 // We've already determined that we plan to give this answer on this interface
780 // (either the record is non-specific, or it is specific to this interface)
1045 // RestartRecordGetZoneData calls this function whenever a new interface gets registered with core.
1374 // rr->resrec.interface = already set in mDNS_SetupResourceRecord
1715 // This happens today when we turn on/off interface wher
10497 mDNS_AddMcastResolver(mDNS *const m, const domainname *d, const mDNSInterfaceID interface, mDNSu32 timeout) argument
[all...]
H A Duds_daemon.c567 // Generates a response message giving name, type, domain, plus interface index,
1797 // If the client specified an interface, but no domain, then we honor the specified interface for the "local" (mDNS)
1799 // registrations scoped to a specific interface, so for the automatic domains we add we must *not* specify an interface.
1800 // (Specifying an interface with an apparently wide-area domain (i.e. something other than "local")
2023 // The registration is scoped to a specific interface index, but the
2024 // interface is not currently in our list.
2034 // Otherwise, use the specified interface index value and the registration will
2035 // be applied to that interface whe
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_display.c110 (*interface->interpreter)(flags, dlc_header, hdrp->sbh_msglen,
H A Dsnoop_ether.c62 interface_t *interface; variable
73 /* Fiber Distributed data interface */
77 /* Token Ring interface */
1413 0x0080D3, "Shiva Appletalk-Ethernet interface",
1474 0x080089, "Kinetics AppleTalk-Ethernet interface",
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S571 testb $USEPACKET,_FLAGS(%bp) # Use packet interface?
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c335 uint_t interface, uint_t alt)
352 /* Descend to interface */
353 if (interface > cfg_data->cfg_n_if - 1)
355 if_data = &cfg_data->cfg_if[interface];
388 uint_t interface,
400 cfg_if[interface].if_alt[alternate];
334 uath_lookup_alt_if(usb_client_dev_data_t *dev_data, uint_t config, uint_t interface, uint_t alt) argument
386 uath_lookup_ep_data(dev_info_t *dip, usb_client_dev_data_t *dev_datap, uint_t interface, uint_t alternate, uint8_t address, uint8_t type) argument
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c383 * Register with USBA. Just retrieve interface descriptor
407 /* get interface data for alternate 0 */
438 * Attempt to find the hid descriptor, it could be after interface
807 * The consconfig_dacf module need this interface to detect if the
1800 * Parse the hid descriptor, check after interface and after
1900 int interface)
1912 0, /* wIndex: interface, fill in later */
1921 setup.wIndex = (uint16_t)interface;
1996 0, /* wIndex: interface, fill in later */
1899 hid_handle_report_descriptor(hid_state_t *hidp, int interface) argument
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c348 * Old interface
985 BP_NETWORK_INTERFACE, /* interface name */
997 * If the interface name specified is "eth0", presume that
999 * dom0 interface for this domain).
1005 "network interface name 'eth0' replaced with 'xnf0'\n");
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c30 * This file contains the interface control functions for IP.
304 * Allocate per-interface mibs.
399 * Nuke all interfaces. ipif_free will take down the interface,
403 * zeroth interface first in the case of IPv6 as update_conn_ill
578 * If this ill is an IPMP meta-interface, blow away the illgrp. This
640 /* The default multicast interface might have changed */
654 * MIB statistics must not be lost, so when an interface
1086 * packets instead of sending them out the wrong interface, or accepting
1248 * The existing interface binding for ire must be
1250 * interface
2991 ill_delete_interface_type(ill_if_t *interface) argument
[all...]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex4031 % an interface:

Completed in 216 milliseconds

1234