Searched refs:get_sock_name (Results 1 - 6 of 6) sorted by relevance
| /openjdk7/hotspot/src/os/bsd/vm/ |
| H A D | os_bsd.inline.hpp | 276 inline int os::get_sock_name(int fd, struct sockaddr* him, socklen_t* len) { function in class:os
|
| /openjdk7/hotspot/src/os/linux/vm/ |
| H A D | os_linux.inline.hpp | 281 inline int os::get_sock_name(int fd, struct sockaddr* him, socklen_t* len) { function in class:os
|
| /openjdk7/hotspot/src/os/solaris/vm/ |
| H A D | os_solaris.inline.hpp | 246 inline int os::get_sock_name(int fd, struct sockaddr* him, socklen_t* len){ function in class:os
|
| /openjdk7/hotspot/src/share/vm/runtime/ |
| H A D | os.hpp | 652 static int get_sock_name(int fd, struct sockaddr* him, socklen_t* len);
|
| /openjdk7/hotspot/src/os/windows/vm/ |
| H A D | os_windows.cpp | 5037 int os::get_sock_name(int fd, struct sockaddr* him, socklen_t* len) { function in class:os
|
| /openjdk7/hotspot/src/share/vm/prims/ |
| H A D | jvm.cpp | 3664 jint result = os::get_sock_name(fd, him, &socklen);
|
Completed in 54 milliseconds