Home
last modified time | relevance | path

Searched refs:dlpi_arptype (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/man/man3dlpi/
H A DMakefile21 MANFILES= dlpi_arptype.3dlpi \
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.h206 extern uint_t dlpi_arptype(uint_t);
H A Dmapfile-vers43 dlpi_arptype;
H A Dlibdlpi.c936 dlpi_arptype(uint_t dlpitype) in dlpi_arptype() function
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3dlpi.inc17 file path=usr/share/man/man3dlpi/dlpi_arptype.3dlpi
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcp_stable.c147 (arptype = dlpi_arptype(dlinfo.di_mactype) != 0)) { in make_stable_duid()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dinterface.c167 pif->pif_hwtype = dlpi_arptype(lifgr.gi_mactype); in insert_pif()
223 pif->pif_hwtype = dlpi_arptype(dlinfo.di_mactype); in insert_pif()
/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c521 hwtype = dlpi_arptype(dlinfo.di_mactype); in get_mac_addr()