Searched defs:interface (Results 26 - 37 of 37) sorted by relevance

12

/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/cmd/cmd-inet/usr.sbin/ipadm/
H A Dipadm.c71 /* interface management related sub-commands */
72 { "create-if", do_create_if, "\tcreate-if\t[-t] <interface>" },
73 { "disable-if", do_disable_if, "\tdisable-if\t-t <interface>" },
74 { "enable-if", do_enable_if, "\tenable-if\t-t <interface>" },
75 { "delete-if", do_delete_if, "\tdelete-if\t<interface>" },
77 "\tshow-if\t\t[[-p] -o <field>,...] [<interface>]\n" },
80 "<interface>" },
82 "\treset-ifprop\t[-t] -p <prop> -m <protocol> <interface>" },
85 "\t\t\t[-m <protocol>] [interface]\n" },
92 "\tcreate-addr\t[-t] -T addrconf [-i interface
1636 char interface[LIFNAMSIZ]; local
[all...]
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.c4 * dbus.c : D-BUS interface of HAL daemon
293 * @defgroup ManagerInterface D-BUS interface org.freedesktop.Hal.Manager
295 * @brief D-BUS interface for querying device objects
614 * interface on the object /org/freedesktop/Hal/Manager.
647 * interface on the object /org/freedesktop/Hal/Manager.
679 * org.freedesktop.Hal.Manager interface on the object
717 * @defgroup DeviceInterface D-BUS interface org.freedesktop.Hal.Device
719 * @brief D-BUS interface for generic device operations
1490 * a signal on the Manager interface to tell applications that the device
2729 HAL_INFO (("Local connection 0x%x to handle interface '
3083 char *interface; member in struct:__anon620
4082 const char *interface; local
[all...]
/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/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/usba/
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/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h59 * use of per-interface ip_forwarding state.
112 #define CHECK_BAD_INTERVAL 5 /* when an interface is known bad */
169 * IF_NAME_LEN is the maximum size of interface names represented within
174 * interface names as well.
192 RO_IF, /* interface route */
200 struct interface *rts_ifp;
222 #define RS_IF 0x0001 /* for network interface */
252 * not unbroken interface routes but not broken interfaces
296 * number. This will consist of zero or one "main" interface plus
302 struct interface *phyi_interfac
317 struct interface { struct
[all...]
/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/cmd/cmd-inet/usr.lib/mdnsd/
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 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...]
/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...]

Completed in 1584 milliseconds

12