Searched refs:inet4_pton (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
H A D | utils.c | 301 static int inet4_pton(const char *src, u16 port_num, in inet4_pton() function 384 ret = inet4_pton(src, port_num, addr); in inet_pton_with_scope() 390 ret = inet4_pton(src, port_num, addr); in inet_pton_with_scope()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | utils.c | 301 static int inet4_pton(const char *src, u16 port_num, in inet4_pton() function 384 ret = inet4_pton(src, port_num, addr); in inet_pton_with_scope() 390 ret = inet4_pton(src, port_num, addr); in inet_pton_with_scope()
|
Completed in 2 milliseconds