Subversion Repositories Kolibri OS

Rev

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

Rev 6720 Rev 6723
Line 311... Line 311...
311
        mcall   23      ; wait for event - must be stack event
311
        mcall   23      ; wait for event - must be stack event
312
; 2d. Check for timeout.
312
; 2d. Check for timeout.
313
        test    eax, eax
313
        test    eax, eax
314
        jz      .timeout
314
        jz      .timeout
315
; 3. Got packet. Call processing function.
315
; 3. Got packet. Call processing function.
-
 
316
        lea     eax, [esp+4]
316
        push    edi     ; second parameter: pointer to result
317
        push    edi     ; second parameter: pointer to result
317
        push    eax     ; first parameter: pointer to reqdata
318
        push    eax     ; first parameter: pointer to reqdata
318
        call    getaddrinfo_process
319
        call    getaddrinfo_process
319
; 4. Test whether wait loop must be continued.
320
; 4. Test whether wait loop must be continued.
320
        test    eax, eax
321
        test    eax, eax