Searched defs:interface (Results 1 - 25 of 37) sorted by path

12

/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/abi/spectrans/spec2map/
H A Dbucket.c204 * add_by_name -- look up bucket and add an interface to it.
213 * if interface ore version is NULL, then
222 add_by_name(const char *version, const Interface *interface) argument
228 assert(interface != NULL, "passed a null interface to add_by_name");
231 print_iface(interface);
248 (void) snprintf(buffer, sizeof (buffer), "%s", interface->IF_name);
250 if (interface->IF_filter && interface->IF_auxiliary) {
252 "for an interface
[all...]
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c33 * (interface to) the front end. Other files implement the middle
211 * interface in the spec file.
238 * XXX Note whether interface is function or data in some state data item.
249 errlog(VERBOSE, "interface='%s'", value);
257 errlog(TRACING, "now in interface \"%s\"", value);
329 "interface",
345 * xlator_end_if -- called at the end of the interface, to trigger
346 * per-interface processing now entire thing has been seen.
726 char *interface = db_get_current_interface(); local
753 if (strcmp(interface, dnam
[all...]
/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/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/cmd/cmd-inet/usr.bin/pppstats/
H A Dpppstats.c3 * pppstats [-a|-d] [-v|-r|-z] [-c count] [-w wait] [interface]
107 static char *interface; variable
134 "Usage: %s [-a|-d] [-v|-r|-z] [-c count] [-w wait] [interface]\n",
167 strncpy(req.ifr_name, interface, sizeof(req.ifr_name));
193 strncpy(creq.ifr_name, interface, sizeof(creq.ifr_name));
315 * Print a running summary of interface statistics.
489 interface = PPP_DRV_NAME "0";
541 interface = argv[0];
543 if (sscanf(interface, PPP_DRV_NAME "%d", &unit) != 1) {
544 (void) fprintf(stderr, "%s: invalid interface '
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dinterface.h37 struct interface { struct
38 struct interface *int_next;
45 char *int_ifbase; /* name of physical interface */
47 int int_ifindex; /* interface index */
55 #define RIP6_IFF_UP 0x1 /* interface is up */
56 #define RIP6_IFF_POINTOPOINT 0x2 /* interface is p-to-p link */
59 #define RIP6_IFF_PRIVATE 0x10 /* interface is private */
64 extern struct interface *if_ifwithname(char *);
65 extern void if_purge(struct interface *);
/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/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/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/cmd-inet/usr.sbin/snoop/
H A Dsnoop.h293 typedef struct interface { struct
305 extern interface_t INTERFACES[], *interface;
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/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/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/cmd/ipf/tools/
H A Dipmon_y.y61 %type <opt> direction dstip dstport every execute group interface
101 | interface { $$ = $1; }
159 interface: label
256 { "interface", IPM_INTERFACE },
/illumos-gate/usr/src/cmd/lp/include/
H A Dprinters.h99 char *interface; /* interface program full path name */ member in struct:PRINTER
152 #define BAD_INTERFACE 0x0002 /* no interface or can't read it */
/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);
/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/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/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/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/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 904 milliseconds

12