Lines Matching defs:interface
139 * 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)
490 (void) strlcpy(lifrr.lifr_name, interface, sizeof (lifrr.lifr_name));
531 (void) strlcpy(nc->nic_ifname, interface, sizeof (nc->nic_ifname));
598 * Get the list of currently plumbed and up interface names. The loopback (lo0)
688 * Returns B_TRUE if the specified interface (lifrp) is in the
704 * Returns the flags for the specified interface
797 * comma separated list of interface names.
852 * of interface names. This array may end up having less interfaces
901 * Functions to manage host/interface database
904 * list of interface names. The host/interface association could
1224 * Check to see if the given interface name should send NetBIOS traffic or not.
1226 * Returns TRUE if NetBIOS traffic is disabled on an interface name.