Subversion Repositories Kolibri OS

Rev

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

Rev 7678 Rev 7679
Line 13... Line 13...
13
;;         GNU GENERAL PUBLIC LICENSE                              ;;
13
;;         GNU GENERAL PUBLIC LICENSE                              ;;
14
;;          Version 2, June 1991                                   ;;
14
;;          Version 2, June 1991                                   ;;
15
;;                                                                 ;;
15
;;                                                                 ;;
16
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
16
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 17... Line 17...
17
 
17
 
Line 18... Line 18...
18
$Revision: 7678 $
18
$Revision: 7679 $
Line 19... Line 19...
19
 
19
 
20
struct  SOCKET
20
struct  SOCKET
Line 1226... Line 1226...
1226
 
1226
 
1227
        movzx   edx, byte[edx + socket_options.optval]
1227
        movzx   edx, byte[edx + socket_options.optval]
1228
        cmp     edx, NET_DEVICES_MAX
1228
        cmp     edx, NET_DEVICES_MAX
Line 1229... Line 1229...
1229
        ja      .invalid
1229
        ja      .invalid
1230
 
1230
 
1231
        mov     edx, [net_drv_list + 4*edx]
1231
        mov     edx, [net_device_list + 4*edx]
1232
        test    edx, edx
1232
        test    edx, edx
Line 1233... Line 1233...
1233
        jz      .already
1233
        jz      .already