Searched defs:dlpi (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Ddlpi.c76 dlpi_notify(dlpi_handle_t dlpi, dlpi_notifyinfo_t *info, void *arg) argument
150 rc = dlpi_open(portname, &port->dlpi, DLPI_RAW);
172 port->name = dlpi_linkname(port->dlpi);
179 if ((rc = dlpi_bind(port->dlpi, 0, NULL)) != DLPI_SUCCESS) {
184 if ((rc = dlpi_enabmulti(port->dlpi, bridge_group_address,
192 if ((rc = dlpi_enabnotify(port->dlpi,
200 rc = dlpi_get_physaddr(port->dlpi, DL_CURR_PHYS_ADDR, addrbuf, &alen);
214 int fd = dlpi_fd(port->dlpi);
H A Dglobal.h58 dlpi_handle_t dlpi; member in struct:portdata
85 /* dlpi.c */

Completed in 71 milliseconds