Subversion Repositories Kolibri OS

Rev

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

Rev 3545 Rev 3562
Line 291... Line 291...
291
        mov     [dhcpMsgLen], eax                       ; Used as a pointer to the data
291
        mov     [dhcpMsgLen], eax                       ; Used as a pointer to the data
Line 292... Line 292...
292
 
292
 
Line 293... Line 293...
293
        mcall   23, TIMEOUT*10                          ; wait for data
293
        mcall   23, TIMEOUT*10                          ; wait for data
294
 
294
 
Line 295... Line 295...
295
read_data:                                              ; we have data - this will be the response
295
read_data:                                              ; we have data - this will be the response
Line 296... Line 296...
296
        mcall   75, 7, [socketNum], [dhcpMsg], BUFFER   ; read data from socket
296
        mcall   75, 7, [socketNum], [dhcpMsg], BUFFER, 0   ; read data from socket
297
 
297