Subversion Repositories Kolibri OS

Rev

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

Rev 3725 Rev 3908
Line 291... Line 291...
291
  .collision:
291
  .collision:
292
        inc     [ARP_CONFLICTS + edi]
292
        inc     [ARP_CONFLICTS + edi]
293
        DEBUGF  DEBUG_NETWORK_VERBOSE, "ARP_input: IP address conflict detected!\n"
293
        DEBUGF  DEBUG_NETWORK_VERBOSE, "ARP_input: IP address conflict detected!\n"
Line 294... Line 294...
294
 
294
 
295
  .exit:
295
  .exit:
296
        call    kernel_free
296
        call    NET_packet_free
Line 297... Line 297...
297
        add     esp, 4                                          ; pop (balance stack)
297
        add     esp, 4                                          ; pop (balance stack)
298
 
298