Searched refs:interface (Results 1 - 25 of 93) sorted by last modified time

1234

/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/boot0/
H A Dboot0.S571 testb $USEPACKET,_FLAGS(%bp) # Use packet interface?
/illumos-gate/usr/src/boot/sys/boot/i386/btx/lib/
H A Dbtxv86.s19 # BTX V86 interface.
27 # Fields in V86 interface structure.
49 # V86 interface function.
82 # V86 interface structure.
/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/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/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 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 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 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_pf.c1021 * If the interface type is not an ethernet type, then this
1038 if ((interface->mac_type == DL_ETHER ||
1039 interface->mac_type == DL_CSMACD) &&
1554 if (interface->mac_type == DL_ETHER) {
1566 if (interface->mac_type == DL_IB) {
1577 if (interface->mac_type == DL_IPNET) {
/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/tools/scripts/
H A Djstyle.pl200 if (/^(public\s+)*\w(class|interface)\s/) {
H A Dnightly.sh1936 # Produce interface description for the proto. Report errors.
1938 -i interface -E interface.err
1939 if [[ -s $elf_ddir/interface.err ]]; then
1940 tee -a $LOGFILE < $elf_ddir/interface.err \
1945 # If ELF_DATA_BASELINE_DIR is defined, compare the new interface
1949 base_ifile="$ELF_DATA_BASELINE_DIR/interface"
1958 $elf_ddir/interface > $elf_ddir/interface.cmp
1959 if [[ -s $elf_ddir/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/uts/common/sys/usb/
H A Dusbai.h210 * which makes non-sequential access to particular interface or
215 * descriptor followed by an interface descriptor and the relevant
218 * usb_get_dev_data() interface provides an easy way to get all
322 * usb interface association descriptor, refer to USB 2.0 ECN(IAD)
327 uint8_t bFirstInterface; /* 1st interface number */
338 * usb interface descriptor, refer to USB 2.0/9.6.5
343 uint8_t bInterfaceNumber; /* interface number */
344 uint8_t bAlternateSetting; /* alt. interface number */
461 * in dev_curr_cfg; the index of the first valid interface in the
479 /* indexed by interface nu
[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.
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);
H A DMakefile.inc32 gtcfile.c gwd.c imsg.c in.uucpd.c interface.c limits.c \
84 interface.o statlog.o stoa.o \
127 ulockf.o conn.o interface.o strsave.o \
133 ulockf.o conn.o interface.o sysfiles.o \
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_amd64.s54 * interface as my C implementation. It uses the Microsoft C AMD64 calling
163 * Original Gladman interface:
174 * OpenSolaris OS interface:
691 * Original interface:
706 / Original interface
707 sub $[4*8], %rsp / gnu/linux/opensolaris binary interface
717 / OpenSolaris OS interface
795 * Original interface:
810 / Original interface
811 sub $[4*8], %rsp / gnu/linux/opensolaris binary interface
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba10.h52 uint_t interface,
66 uint_t what, /* 0, interface, endpoint number */
151 uint_t interface,
255 uint_t what, /* 0, interface, endpoint number */
265 uint_t what, /* 0, interface, endpoint number */
298 uint_t interface,

Completed in 851 milliseconds

1234