Subversion Repositories Kolibri OS

Rev

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

Rev 1206 Rev 1481
Line 202... Line 202...
202
    mcall  75, 9, edx
202
    mcall  75, 9, edx
Line 203... Line 203...
203
 
203
 
204
    invoke ini.get_str, path, str_ipconfig, str_dns, inibuf, 16, 0
204
    invoke ini.get_str, path, str_ipconfig, str_dns, inibuf, 16, 0
205
    mov    edx, inibuf
205
    mov    edx, inibuf
206
    call   Ip2dword
206
    call   Ip2dword
Line 207... Line 207...
207
    mcall  75, 7, edx
207
    mcall  75, 5, edx
208
 
208
 
209
    invoke ini.get_str, path, str_ipconfig, str_subnet, inibuf, 16, 0
209
    invoke ini.get_str, path, str_ipconfig, str_subnet, inibuf, 16, 0
210
    mov    edx, inibuf
210
    mov    edx, inibuf
Line 211... Line 211...
211
    call   Ip2dword
211
    call   Ip2dword