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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/
H A Dpktdrvr.c147 LOCAL FARPTR protBase; variable
781 RX_ELEMENT _far *head = (RX_ELEMENT _far*)(protBase+outOfs);
807 *(DWORD _far*)(protBase + (WORD)&pktDrop) = 0;
822 return (*(DWORD _far*)(protBase + (WORD)&pktDrop));
1115 &realBase, &protBase, (USHORT*)&realSeg))
1117 rxOutOfsFp = (WORD _far *) (protBase + (WORD) &rxOutOfs);
1118 rxInOfsFp = (WORD _far *) (protBase + (WORD) &rxInOfs);
1251 sel = _FP_SEG (protBase);
1252 ofs = _FP_OFF (protBase);

Completed in 48 milliseconds