Home
last modified time | relevance | path

Searched refs:fanIndex (Results 1 – 2 of 2) sorted by relevance

/external/libpcap/msdos/
Dpkt_rx1.s42 fanIndex dw 0 define
50 mov bx, [fanIndex]
55 inc word [fanIndex] ;; update next index
56 and word [fanIndex], 3
Dpkt_rx0.asm67 fanIndex dw 0 define
80 mov bx, fanIndex
84 inc fanIndex ;; update next index
85 and fanIndex, 3