Searched defs:interface (Results 1 - 25 of 37) sorted by last modified time

12

/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/boot/sys/boot/i386/common/
H A Dedd.h72 char interface[8]; member in struct:edd_device_path_v3
89 char interface[8]; member in struct:edd_device_path_v4
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
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 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...]
/illumos-gate/usr/src/uts/common/io/
H A Ddevfm.c61 char *interface; /* interface name */ member in struct:fm_version
62 uint32_t version; /* interface version */
406 for (p = fm_versions; p->interface != NULL; p++)
407 (void) nvlist_add_uint32(fm_vers_nvl, p->interface,
/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dsgsmsg.c114 *interface = "sgs_msg", variable
409 interface) < 0) {
420 interface) < 0) {
433 interface) < 0) {
442 interface) < 0) {
447 interface) < 0) {
468 interface) < 0) {
481 interface) < 0) {
621 fmtstr, interface, stbufsize) < 0) {
1090 interface
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/sbin/netstrategy/
H A Dnetstrategy.c37 * stdout: <root fs type> <interface name> <net config strategy>.
40 * <interface name> - "hme0" or "none"
50 * <interface name> is the 16 char name of the root interface, and is only
51 * set if rarp/dhcp was used to configure the interface.
55 * interface. Is "none" if no interface was configured using a
123 * interface in the case of a diskless boot.
126 * XXX non-diskless case requires "network-interface"?
170 static char interface[LIFNAMSI local
257 char *root, *interface, *strategy, dummy; local
[all...]
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_nic.c141 * Initializes the interface list.
159 * Destroys the interface list.
203 * Returns the first NIC in the interface list and
208 * SMB_NIC_NOT_FOUND - there's no interface available
317 * Adds an association between the given host and the specified interface
326 * if_num: number of interface names in if_names arg
327 * if_names: array of interface names in string format
373 * Removes the stored interface association for the specified host
480 smb_nic_getinfo(char *interface, smb_nic_t *nc, int family) argument
492 (void) strlcpy(lifrr.lifr_name, interface, sizeo
[all...]
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dinterface.c33 * interface( label )
72 const char *IN_label; /* interface name */
96 interface(const char *label) function
106 DEBUG(5, "set interface %s\n", label);
306 * Find out the current state of the interface.
/illumos-gate/usr/src/cmd/bnu/
H A Dinterface.c32 * interface(label)
91 char *IN_label; /* interface name */
141 interface(label) function
153 DEBUG(5, "set interface %s\n", label);
435 * Find out the current state of the 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/audio/usb_as/
H A Dusb_as.c688 * Sets the sample freq by sending a control command to interface
750 * the right alternate. Sets alternate interface and returns it.
758 uint_t interface; local
772 interface = uasp->usb_as_ifno;
820 "usb_as_set_format: interface=%d alternate=%d",
821 interface, alt);
830 interface, /* wIndex */
1927 * interface, general, format, endpoint, CV endpoint
1933 int interface = dev_data->dev_curr_if; local
1949 "usb_as_handle_descriptors: cfg=%ld interface
[all...]
/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/common/io/usb/clients/printer/
H A Dusbprn.c676 int interface; local
690 * configuration interface and one interface.
692 interface = dev_data->dev_curr_if;
696 for (alt = 0; alt < cfg_data->cfg_if[interface].if_n_alt; alt++) {
697 altif_data = &cfg_data->cfg_if[interface].if_alt[alt];
712 if (alt == cfg_data->cfg_if[interface].if_n_alt) {
720 if ((rval = usb_set_alt_if(dip, interface, alt, USB_FLAGS_SLEEP,
736 if ((ep_data = usb_lookup_ep_data(dip, dev_data, interface, alt, 0,
740 if ((ep_data = usb_lookup_ep_data(dip, dev_data, interface, al
[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/uts/common/io/usb/usb_ia/
H A Dusb_ia.c31 * usb interface association driver
33 * this driver attempts to the interface association node and
397 /* enumerate each interface below us */
416 int interface, circular_count; local
445 for (interface = 0; usb_ia->ia_children_dips &&
446 (interface < usb_ia->ia_n_ifs); interface++) {
447 mdip = usb_ia->ia_children_dips[interface];
454 /* we lost the dip on this interface */
455 usb_ia->ia_children_dips[interface]
[all...]
/illumos-gate/usr/src/uts/common/io/usb/usb_mid/
H A Dusb_mid.c31 * usb multi interface and common class driver
33 * this driver attempts to attach each interface to a driver
448 /* enumerate each interface below us */
467 int interface, circular_count; local
496 for (interface = 0; usb_mid->mi_children_dips &&
497 (interface < usb_mid->mi_n_ifs) &&
498 (usb_mid->mi_children_ifs[interface]); interface++) {
499 mdip = usb_mid->mi_children_dips[interface];
506 /* we lost the dip on this interface */
[all...]
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba10_calls.c96 uint_t interface,
102 dip, dev_datap, interface, alternate, type, direction));
266 uint_t what, /* 0, interface, endpoint number */
280 uint_t what, /* 0, interface, endpoint number */
330 uint_t interface,
341 dip, interface, alt_number, usb_flags, cb, cb_arg));
93 usba10_usb_get_ep_data( dev_info_t *dip, usb_client_dev_data_t *dev_datap, uint_t interface, uint_t alternate, uint_t type, uint_t direction) argument
328 usba10_usb_set_alt_if( dev_info_t *dip, uint_t interface, uint_t alt_number, usb_flags_t usb_flags, void (*cb)( usb_pipe_handle_t ph, usb_opaque_t arg, int rval, usb_cb_flags_t flags), usb_opaque_t cb_arg) argument
H A Dusbai_util.c63 * Function to get the cooked interface descriptor
68 * if_index - interface index
69 * alt_setting - alt interface setting
70 * descr - pointer to user allocated interface descr
97 if_index, /* interface index */
98 alt_setting, /* alt interface index */
104 "parsing interface: size (%lu) != USB_IF_DESCR_SIZE (%d)",
121 * if_index - interface index
122 * alt_setting - alternate interface setting
124 * descr - pointer to user allocated interface desc
188 usb_lookup_ep_data(dev_info_t *dip, usb_client_dev_data_t *dev_datap, uint_t interface, uint_t alternate, uint_t skip, uint_t type, uint_t dir) argument
245 usb_get_ep_data(dev_info_t *dip, usb_client_dev_data_t *dev_datap, uint_t interface, uint_t alternate, uint_t type, uint_t dir) argument
875 usb_set_alt_if(dev_info_t *dip, uint_t interface, uint_t alt_number, usb_flags_t usb_flags, void (*cb)( usb_pipe_handle_t ph, usb_opaque_t arg, int rval, usb_cb_flags_t flags), usb_opaque_t cb_arg) argument
926 int interface = ((uintptr_t)arg >> 8) & 0xff; local
[all...]
/illumos-gate/usr/src/uts/common/io/usb/usba10/
H A Dusba10.c124 uint_t interface,
130 dip, dev_datap, interface, alternate, type, direction));
294 uint_t what, /* 0, interface, endpoint number */
308 uint_t what, /* 0, interface, endpoint number */
358 uint_t interface,
369 dip, interface, alt_number, usb_flags, cb, cb_arg));
121 usb_get_ep_data( dev_info_t *dip, usb_client_dev_data_t *dev_datap, uint_t interface, uint_t alternate, uint_t type, uint_t direction) argument
356 usb_set_alt_if( dev_info_t *dip, uint_t interface, uint_t alt_number, usb_flags_t usb_flags, void (*cb)( usb_pipe_handle_t ph, usb_opaque_t arg, int rval, usb_cb_flags_t flags), usb_opaque_t cb_arg) argument
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd_usb.c251 uint_t interface, uint_t alt)
268 /* Descend to interface */
269 if (interface > dcfg->cfg_n_if - 1)
271 cfgif = &dcfg->cfg_if[interface];
250 usb_lookup_alt_if(usb_client_dev_data_t *cdd, uint_t config, uint_t interface, uint_t alt) argument
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dsourcefilter.c41 getsourcefilter(int s, uint32_t interface, struct sockaddr *group, argument
56 gf->gf_interface = interface;
101 setsourcefilter(int s, uint32_t interface, struct sockaddr *group, argument
137 gf->gf_interface = interface;
158 getipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, argument
172 imsf->imsf_interface = interface;
197 setipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, argument
212 imsf->imsf_interface = interface;
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsupport.c61 * variable or the -S ld option, and determines which interface functions are
68 uint_t interface, version = LD_SUP_VERSION1; local
80 for (interface = 0; interface < LDS_NUM; interface++) {
84 support[interface].sup_name)) == NULL)
88 support[interface].sup_name));
90 if (interface == LDS_VERSION) {
132 if (alist_append(&support[interface].sup_funcs, &fl,
183 * This interface wa
[all...]
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Daudit.c59 Dbg_audit_interface(Lm_list *lml, const char *lib, const char *interface) argument
64 dbg_print(lml, MSG_INTL(MSG_AUD_INTERFACE), lib, interface);

Completed in 157 milliseconds

12