OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fd_addr
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/ipf/dist/lib/
load_dstlistnode.c
46
dst->
fd_addr
= node->ipfd_dest.
fd_addr
;
printdstlistnode.c
46
if (np->ipfd_dest.
fd_addr
.adf_family == AF_INET) {
61
str = inet_ntop(np->ipfd_dest.
fd_addr
.adf_family,
printpoolfield.c
65
a = &node->ipfd_dest.
fd_addr
;
162
a = &node->ipfd_dest.
fd_addr
;
/src/sys/external/bsd/ipf/netinet/
ip_dstlist.c
495
switch (dest.
fd_addr
.adf_family)
1173
if (sel && sel->ipfd_dest.
fd_addr
.adf_family != family)
1219
addr[0] = node->ipfd_dest.
fd_addr
.adf_addr.i6[0];
1221
addr[0] = node->ipfd_dest.
fd_addr
.adf_addr.i6[0];
1222
addr[1] = node->ipfd_dest.
fd_addr
.adf_addr.i6[1];
1223
addr[2] = node->ipfd_dest.
fd_addr
.adf_addr.i6[2];
1224
addr[3] = node->ipfd_dest.
fd_addr
.adf_addr.i6[3];
ip_fil.h
576
addrfamily_t
fd_addr
;
member in struct:frdest
582
#define fd_ip6
fd_addr
.adf_addr
/src/external/bsd/ipf/dist/
ip_dstlist.c
519
switch (dest.
fd_addr
.adf_family)
1227
if (sel->ipfd_dest.
fd_addr
.adf_family != family)
1276
addr[0] = node->ipfd_dest.
fd_addr
.adf_addr.i6[0];
1278
addr[0] = node->ipfd_dest.
fd_addr
.adf_addr.i6[0];
1279
addr[1] = node->ipfd_dest.
fd_addr
.adf_addr.i6[1];
1280
addr[2] = node->ipfd_dest.
fd_addr
.adf_addr.i6[2];
1281
addr[3] = node->ipfd_dest.
fd_addr
.adf_addr.i6[3];
/src/external/bsd/ipf/dist/tools/
ippool_y.y
539
$$->ipfd_dest.
fd_addr
= $3;
547
$$->ipfd_dest.
fd_addr
= $1;
Completed in 29 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026