Subversion Repositories Kolibri OS

Rev

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

Rev 4249 Rev 4257
Line 45... Line 45...
45
  int __ret;
45
  int __ret;
46
  __asm__("int $0x40":"=a"(__ret):"a"(_SOCKETF),"b"(_RECEIVESF),"c"(sockfd),"d"(buf),"S"(len),"D"(flags));
46
  __asm__("int $0x40":"=a"(__ret):"a"(_SOCKETF),"b"(_RECEIVESF),"c"(sockfd),"d"(buf),"S"(len),"D"(flags));
47
  return __ret;
47
  return __ret;
48
}
48
}
Line 49... Line -...
49
 
-
 
50
 
-
 
51
 
49
 
Line 52... Line 50...
52
// --------------------------------------------------------------
50
// --------------------------------------------------------------
53
 
51
 
54
__u32 __menuet__open_UDP_socket(__u32 local_port,__u32 remote_port,__u32 remote_ip)
52
__u32 __menuet__open_UDP_socket(__u32 local_port,__u32 remote_port,__u32 remote_ip)