Lines Matching +defs:test +defs:ip
63 const char *ip; member
67 struct test { struct
68 const char *desc;
69 struct bpf_program *lookup_prog;
70 struct bpf_program *reuseport_prog;
71 struct bpf_map *sock_map;
72 int sotype;
73 struct inet_addr connect_to;
74 struct inet_addr listen_at;
75 enum server accept_on;
76 bool reuseport_has_conns; /* Add a connected socket to reuseport group */
81 static bool is_ipv6(const char *ip) in is_ipv6()
110 static int make_socket(int sotype, const char *ip, int port, in make_socket()
144 static int make_server(int sotype, const char *ip, int port, in make_server()
221 static int make_client(int sotype, const char *ip, int port) in make_client()