Subversion Repositories Kolibri OS

Rev

Rev 2621 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2621 Rev 2629
Line 14... Line 14...
14
;;          GNU GENERAL PUBLIC LICENSE                             ;;
14
;;          GNU GENERAL PUBLIC LICENSE                             ;;
15
;;             Version 2, June 1991                                ;;
15
;;             Version 2, June 1991                                ;;
16
;;                                                                 ;;
16
;;                                                                 ;;
17
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
17
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 18... Line 18...
18
 
18
 
Line 19... Line 19...
19
$Revision: 2621 $
19
$Revision: 2629 $
20
 
20
 
21
MAX_FRAGMENTS           = 64
21
MAX_FRAGMENTS           = 64
Line 590... Line 590...
590
        call    ARP_IP_to_MAC
590
        call    ARP_IP_to_MAC
Line 591... Line 591...
591
 
591
 
592
        test    eax, 0xffff0000         ; error bits
592
        test    eax, 0xffff0000         ; error bits
Line 593... Line -...
593
        jnz     .arp_error
-
 
594
 
-
 
595
  .continue:
593
        jnz     .arp_error
596
 
594
 
Line 597... Line 595...
597
        push    ebx     ; push the mac
595
        push    ebx     ; push the mac
598
        push    ax
596
        push    ax