Home
last modified time | relevance | path

Searched defs:sotype (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c131 #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 Dsk_lookup.c73 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 Dselect_reuseport.c764 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 Dnet_util_md.c186 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/
Dnet_fake.go45 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
Dsock_cloexec_solaris.go22 func sysSocket(family, sotype, proto int) (int, error) { argument
Dsys_cloexec.go20 func sysSocket(family, sotype, proto int) (int, error) { argument
Dsock_cloexec.go19 func sysSocket(family, sotype, proto int) (int, error) { argument
Dsock_windows.go20 func sysSocket(family, sotype, proto int) (syscall.Handle, error) { argument
Dipsock_posix.go159 func internetSocket(ctx context.Context, net string, laddr, raddr sockaddr, sotype, proto int, mode… argument
Dsock_posix.go18 func socket(ctx context.Context, net string, family, sotype, proto int, ipv6only bool, laddr, raddr… argument
Dfd_fake.go26 sotype int member
Dfd_posix.go22 sotype int member
/aosp_15_r20/prebuilts/go/linux-x86/src/net/internal/socktest/
Dswitch_unix.go24 func (sw *Switch) addLocked(s, family, sotype, proto int) *Status { argument
Dswitch_windows.go24 func (sw *Switch) addLocked(s syscall.Handle, family, sotype, proto int) *Status { argument
Dsys_unix.go12 func (sw *Switch) Socket(family, sotype, proto int) (s int, err error) { argument
Dsys_windows.go13 func (sw *Switch) WSASocket(family, sotype, proto int32, protinfo *syscall.WSAProtocolInfo, group u… argument
Dswitch.go68 func cookie(family, sotype, proto int) Cookie { argument
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dnet_js.go9 func Socket(proto, sotype, unused int) (fd int, err error) { argument
Dnet_wasip1.go27 func Socket(proto, sotype, unused int) (fd int, err error) { argument