Searched defs:interface (Results 1 - 9 of 9) sorted by relevance

/osnet-11/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;
/osnet-11/usr/src/lib/libnsl/dial/
H A Dinterface.c30 * interface( label )
69 const char *IN_label; /* interface name */
93 interface(const char *label) function
103 DEBUG(5, "set interface %s\n", label);
303 * Find out the current state of the interface.
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dusbms.c58 int interface; member in struct:grub_usbms_dev
73 grub_usbms_reset (grub_usb_device_t dev, int interface) argument
76 u = grub_usb_control_msg (dev, 0x21, 255, 0, interface, 0, 0);
83 grub_usbms_detach (grub_usb_device_t usbdev, int config, int interface) argument
88 && grub_usbms_devices[i]->interface == interface
128 grub_usbms_devices[curnum]->interface = interfno;
132 /* Iterate over all endpoints of this interface, at least a
347 grub_usbms_reset (dev->dev, dev->interface);
364 grub_usbms_reset (dev->dev, dev->interface);
[all...]
/osnet-11/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...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Defi.c46 void *interface; local
50 protocol, registration, &interface);
54 return interface;
108 void *interface; local
113 &interface,
120 return interface;
493 (unsigned) usb.interface);
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_nic.c139 * Initializes the interface list.
157 * Destroys the interface list.
201 * Returns the first NIC in the interface list and
206 * SMB_NIC_NOT_FOUND - there's no interface available
315 * Adds an association between the given host and the specified interface
324 * if_num: number of interface names in if_names arg
325 * if_names: array of interface names in string format
371 * Removes the stored interface association for the specified host
478 smb_nic_getinfo(char *interface, smb_nic_t *nc, int family) argument
490 (void) strlcpy(lifrr.lifr_name, interface, sizeo
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dnet.c50 struct grub_net_network_level_interface *interface; member in union:grub_net_route::__anon638
639 *interf = bestroute->interface;
880 route->interface = inter;
1015 route->interface = inter;
1080 N_("unrecognised interface %s"), args[2]);
1141 grub_printf ("%s", route->interface->name);
1554 grub_printf("DHCP ACK from interface %s:\n", inf->name);
/osnet-11/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:__anon34
4082 const char *interface; local
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h553 grub_efi_uint8_t interface; member in struct:grub_efi_usb_device_path
861 void *interface);
872 void *interface);
877 void **interface);
953 void **interface,
985 void **interface);

Completed in 66 milliseconds