Subversion Repositories Kolibri OS

Rev

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

Rev 2629 Rev 2731
Line 11... Line 11...
11
;;         GNU GENERAL PUBLIC LICENSE                              ;;
11
;;         GNU GENERAL PUBLIC LICENSE                              ;;
12
;;          Version 2, June 1991                                   ;;
12
;;          Version 2, June 1991                                   ;;
13
;;                                                                 ;;
13
;;                                                                 ;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 15... Line 15...
15
 
15
 
Line 16... Line 16...
16
$Revision: 2629 $
16
$Revision: 2731 $
Line 17... Line 17...
17
 
17
 
Line 917... Line 917...
917
        mov     dword [esp+32], 0
917
        mov     dword [esp+32], 0
918
        ret
918
        ret
Line -... Line 919...
-
 
919
 
-
 
920
 
-
 
921
 
919
 
922
;-----------------------------------------------------------------
-
 
923
;
-
 
924
; SOCKET_set_options
-
 
925
;
-
 
926
;  IN:  ecx = socket number
-
 
927
;       edx = pointer to the options:
-
 
928
;               dd      level, optname, optval, optlen
920
 
929
;  OUT: -1 on error
921
 
930
;
Line -... Line 931...
-
 
931
;-----------------------------------------------------------------
-
 
932
align 4
-
 
933
SOCKET_set_opt:
-
 
934
 
-
 
935
        DEBUGF  1,"SOCKET_set_opt\n"
-
 
936
 
-
 
937
        call    SOCKET_num_to_ptr
922
 
938
        jz      s_error
Line 923... Line 939...
923
align 4
939