Searched refs:REMOTE_NDIS_PACKET_MSG (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/net/
H A Drndis.h110 #define REMOTE_NDIS_PACKET_MSG 0x00000001 macro
/freebsd-12-stable/sys/dev/usb/net/
H A Dif_urndis.c862 if (msg.rm_type != REMOTE_NDIS_PACKET_MSG) {
864 msg.rm_type, REMOTE_NDIS_PACKET_MSG);
991 msg.rm_type = htole32(REMOTE_NDIS_PACKET_MSG);
/freebsd-12-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c3074 pkt->rm_type = REMOTE_NDIS_PACKET_MSG;
7407 if (__predict_true(hdr->rm_type == REMOTE_NDIS_PACKET_MSG)) {

Completed in 82 milliseconds