/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockmap_listen.c | 131 #define xsocket(family, sotype, flags) \ argument 287 static int socket_loopback_reuseport(int family, int sotype, int progfd) in socket_loopback_reuseport() 319 static int socket_loopback(int family, int sotype) in socket_loopback() 324 static void test_insert_invalid(int family, int sotype, int mapfd) in test_insert_invalid() 341 static void test_insert_opened(int family, int sotype, int mapfd) in test_insert_opened() 362 static void test_insert_bound(int family, int sotype, int mapfd) in test_insert_bound() 389 static void test_insert(int family, int sotype, int mapfd) in test_insert() 405 static void test_delete_after_insert(int family, int sotype, int mapfd) in test_delete_after_insert() 422 static void test_delete_after_close(int family, int sotype, int mapfd) in test_delete_after_close() 445 static void test_lookup_after_insert(int family, int sotype, int mapfd) in test_lookup_after_insert() [all …]
|
H A D | sk_lookup.c | 73 int sotype; member 111 static int make_socket(int sotype, const char *ip, int port, in make_socket() 145 static int make_server(int sotype, const char *ip, int port, in make_server() 222 static int make_client(int sotype, const char *ip, int port) in make_client() 1148 int sotype) in run_sk_assign_connected()
|
H A D | select_reuseport.c | 764 static const char *sotype_str(int sotype) in sotype_str() 778 static void test_config(int sotype, sa_family_t family, bool inany) in test_config() 822 int sotype; in test_all() member
|
/aosp_15_r20/libcore/ojluni/src/main/native/ |
H A D | net_util_md.c | 186 static int findMaxBuf(int fd, int opt, int sotype) { in findMaxBuf() 1110 int sotype=0, arglen; in NET_SetSockOpt() local 1225 int sotype; in NET_SetSockOpt() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/ |
D | net_fake.go | 45 func socket(ctx context.Context, net string, family, sotype, proto int, ipv6only bool, laddr, raddr… argument 685 func sysSocket(family, sotype, proto int) (int, error) { argument
|
D | sock_cloexec_solaris.go | 22 func sysSocket(family, sotype, proto int) (int, error) { argument
|
D | sys_cloexec.go | 20 func sysSocket(family, sotype, proto int) (int, error) { argument
|
D | sock_cloexec.go | 19 func sysSocket(family, sotype, proto int) (int, error) { argument
|
D | sock_windows.go | 20 func sysSocket(family, sotype, proto int) (syscall.Handle, error) { argument
|
D | ipsock_posix.go | 159 func internetSocket(ctx context.Context, net string, laddr, raddr sockaddr, sotype, proto int, mode… argument
|
D | sock_posix.go | 18 func socket(ctx context.Context, net string, family, sotype, proto int, ipv6only bool, laddr, raddr… argument
|
D | fd_fake.go | 26 sotype int member
|
D | fd_posix.go | 22 sotype int member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/internal/socktest/ |
D | switch_unix.go | 24 func (sw *Switch) addLocked(s, family, sotype, proto int) *Status { argument
|
D | switch_windows.go | 24 func (sw *Switch) addLocked(s syscall.Handle, family, sotype, proto int) *Status { argument
|
D | sys_unix.go | 12 func (sw *Switch) Socket(family, sotype, proto int) (s int, err error) { argument
|
D | sys_windows.go | 13 func (sw *Switch) WSASocket(family, sotype, proto int32, protinfo *syscall.WSAProtocolInfo, group u… argument
|
D | switch.go | 68 func cookie(family, sotype, proto int) Cookie { argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/ |
D | net_js.go | 9 func Socket(proto, sotype, unused int) (fd int, err error) { argument
|
D | net_wasip1.go | 27 func Socket(proto, sotype, unused int) (fd int, err error) { argument
|