Searched refs:dlpi (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/man/man3dlpi/ |
H A D | Makefile | 19 MANSECT= 3dlpi 21 MANFILES= dlpi_arptype.3dlpi \ 22 dlpi_bind.3dlpi \ 23 dlpi_close.3dlpi \ 24 dlpi_disabnotify.3dlpi \ 25 dlpi_enabmulti.3dlpi \ 26 dlpi_enabnotify.3dlpi \ 27 dlpi_fd.3dlpi \ 28 dlpi_get_physaddr.3dlpi \ 29 dlpi_iftype.3dlpi \ [all …]
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3dlpi.inc | 17 file path=usr/share/man/man3dlpi/dlpi_arptype.3dlpi 18 file path=usr/share/man/man3dlpi/dlpi_bind.3dlpi 19 file path=usr/share/man/man3dlpi/dlpi_close.3dlpi 20 link path=usr/share/man/man3dlpi/dlpi_disabmulti.3dlpi \ 21 target=dlpi_enabmulti.3dlpi 22 file path=usr/share/man/man3dlpi/dlpi_disabnotify.3dlpi 23 file path=usr/share/man/man3dlpi/dlpi_enabmulti.3dlpi 24 file path=usr/share/man/man3dlpi/dlpi_enabnotify.3dlpi 25 file path=usr/share/man/man3dlpi/dlpi_fd.3dlpi 26 file path=usr/share/man/man3dlpi/dlpi_get_physaddr.3dlpi [all …]
|
H A D | system-kernel.man4p.inc | 27 file path=usr/share/man/man4p/dlpi.4p
|
H A D | system-header.p5m | 838 file path=usr/include/sys/dlpi.h
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/ |
H A D | dlpi.c | 76 dlpi_notify(dlpi_handle_t dlpi, dlpi_notifyinfo_t *info, void *arg) in dlpi_notify() argument 150 rc = dlpi_open(portname, &port->dlpi, DLPI_RAW); in port_dlpi_open() 172 port->name = dlpi_linkname(port->dlpi); in port_dlpi_open() 179 if ((rc = dlpi_bind(port->dlpi, 0, NULL)) != DLPI_SUCCESS) { in port_dlpi_open() 184 if ((rc = dlpi_enabmulti(port->dlpi, bridge_group_address, in port_dlpi_open() 192 if ((rc = dlpi_enabnotify(port->dlpi, in port_dlpi_open() 200 rc = dlpi_get_physaddr(port->dlpi, DL_CURR_PHYS_ADDR, addrbuf, &alen); in port_dlpi_open() 214 int fd = dlpi_fd(port->dlpi); in port_dlpi_open()
|
H A D | events.c | 243 if (port->dlpi != NULL) in update_port() 244 dlpi_close(port->dlpi); in update_port() 245 port->dlpi = NULL; in update_port() 288 if (port->dlpi == NULL) { in update_port() 291 fds->fd = dlpi_fd(port->dlpi); in update_port() 299 if (port->dlpi != NULL) { in update_port() 300 dlpi_close(port->dlpi); in update_port() 301 port->dlpi = NULL; in update_port() 420 if (pdp->dlpi != NULL) { in handle_refresh() 421 dlpi_close(pdp->dlpi); in handle_refresh() [all …]
|
H A D | Makefile | 30 OBJS= dlpi.o door.o events.o main.o rstp.o
|
H A D | global.h | 58 dlpi_handle_t dlpi; member
|
H A D | rstp.c | 244 rc = dlpi_send(pdp->dlpi, NULL, 0, bpdu, bpdu_len, NULL); in tx_bpdu()
|
/illumos-gate/usr/src/man/man4p/ |
H A D | Makefile | 22 dlpi.4p \
|
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | README | 86 o dlpi 90 Routing sockets and dlpi (DL_NOTE_LINK_UP|DOWN events) are handled by 139 o dlpi threads: used to monitor for DL_NOTE_LINK messages on links
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | Makefile | 196 dlpi.h \
|