Searched refs:is_ipv4 (Results 1 – 4 of 4) sorted by relevance
318 static void set_pmtu_discover(int fd, bool is_ipv4) in set_pmtu_discover() argument322 if (is_ipv4) { in set_pmtu_discover()336 static unsigned int get_path_mtu(int fd, bool is_ipv4) in get_path_mtu() argument343 if (is_ipv4) in get_path_mtu()
550 static void set_pmtu_discover(int fd, bool is_ipv4) in set_pmtu_discover() argument554 if (is_ipv4) { in set_pmtu_discover()
475 static void fill_header_udp(void *p, bool is_ipv4) in fill_header_udp() argument484 udph->check = get_udp_csum(udph, is_ipv4 ? sizeof(struct in_addr) : in fill_header_udp()
1152 static int is_ipv4(char *addr) in is_ipv4() function1229 if (is_ipv4(addr)) { in process_ip_string()
Completed in 10 milliseconds