OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ipv6_addr
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/getnameinfo/
getnameinfo.c
277
struct in6_addr
ipv6_addr
;
local in function:get_family_from_address
282
if (inet_pton(AF_INET6, address, &
ipv6_addr
) == 1)
/src/usr.sbin/inetd/
ratelimit.c
53
struct in6_addr
ipv6_addr
__attribute__((aligned(16)));
member in union:addr
166
out->
ipv6_addr
= addr.sin6.sin6_addr;
257
node_size = offsetof(struct rl_ip_node,
ipv6_addr
)
289
__builtin_memcpy(&node->
ipv6_addr
, &addr->
ipv6_addr
,
470
if (rl_ipv6_eq(&addr->
ipv6_addr
, &cur->
ipv6_addr
)) {
515
/* ipv4_addr/
ipv6_addr
share same address */
inetd.h
210
struct in6_addr
ipv6_addr
__attribute__((aligned(16)));
member in union:rl_ip_node::__anon3aef9c9d020a
/src/sbin/efi/
devpath3.c
133
ipv6_addr
(struct in6_addr *addr)
function in typeref:typename:char *
767
laddr =
ipv6_addr
(&p->LocalIPAddr);
768
gaddr =
ipv6_addr
(&p->GatewayIPAddr);
769
raddr =
ipv6_addr
(&p->RemoteIPAddr);
1482
bp = stpcpy(bp,
ipv6_addr
(&ip6addr[0]));
1485
bp = stpcpy(bp,
ipv6_addr
(&ip6addr[i]));
Completed in 22 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025