Searched refs:DLPI_RAW (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.h59 #define DLPI_RAW 0x0004 /* Open DLPI link in raw mode */ macro
H A Dlibdlpi.c214 if ((dip->dli_oflags & DLPI_RAW) &&
670 if (dip->dli_oflags & DLPI_RAW)
733 if (dip->dli_oflags & DLPI_RAW) {
1322 * this will be true more so for DLPI_RAW mode with notifications
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dl2_packet.c132 retval = dlpi_open(l2->ifname, &l2->dh, DLPI_RAW);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Ddlpi.c150 rc = dlpi_open(portname, &port->dlpi, DLPI_RAW);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_capture.c119 int flags = DLPI_PASSIVE | DLPI_RAW;

Completed in 64 milliseconds