Home
last modified time | relevance | path

Searched refs:dlpi (Results 1 – 13 of 13) sorted by relevance

/titanic_50/usr/src/man/man3dlpi/
H A DMakefile19 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 …]
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-library.man3dlpi.inc17 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 file path=usr/share/man/man3dlpi/dlpi_disabnotify.3dlpi
21 file path=usr/share/man/man3dlpi/dlpi_enabmulti.3dlpi
22 file path=usr/share/man/man3dlpi/dlpi_enabnotify.3dlpi
23 file path=usr/share/man/man3dlpi/dlpi_fd.3dlpi
24 file path=usr/share/man/man3dlpi/dlpi_get_physaddr.3dlpi
25 file path=usr/share/man/man3dlpi/dlpi_iftype.3dlpi
26 file path=usr/share/man/man3dlpi/dlpi_info.3dlpi
[all …]
H A Dsystem-kernel.man7p.inc18 file path=usr/share/man/man7p/dlpi.7p
H A Dsystem-header.mf929 file path=usr/include/sys/dlpi.h
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Ddlpi.c76 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 Devents.c243 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 DMakefile30 OBJS= dlpi.o door.o events.o main.o rstp.o
H A Dglobal.h58 dlpi_handle_t dlpi; member
H A Drstp.c244 rc = dlpi_send(pdp->dlpi, NULL, 0, bpdu, bpdu_len, NULL); in tx_bpdu()
/titanic_50/usr/src/man/man7p/
H A DMakefile22 dlpi.7p \
/titanic_50/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME86 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
/titanic_50/usr/src/uts/common/sys/
H A DMakefile189 dlpi.h \
/titanic_50/
H A D.gitignore6084 usr/src/man/man3dlpi/dlpi_disabmulti.3dlpi
6085 usr/src/man/man3dlpi/dlpi_promiscoff.3dlpi