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