Searched refs:ipfd_dest (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/contrib/ipfilter/lib/
H A Dload_dstlistnode.c31 dst = calloc(1, sizeof(*dst) + node->ipfd_dest.fd_name);
40 if (node->ipfd_dest.fd_name >= 0)
41 op.iplo_size += node->ipfd_dest.fd_name;
44 dst->fd_addr = node->ipfd_dest.fd_addr;
45 dst->fd_type = node->ipfd_dest.fd_type;
46 dst->fd_name = node->ipfd_dest.fd_name;
47 if (node->ipfd_dest.fd_name >= 0)
49 node->ipfd_dest.fd_name);
H A Dprintdstlistnode.c42 if (np->ipfd_dest.fd_name >= 0)
44 if (np->ipfd_dest.fd_addr.adf_family == AF_INET) {
45 printip(AF_INET, (u_32_t *)&np->ipfd_dest.fd_ip);
48 str = inet_ntop(AF_INET6, &np->ipfd_dest.fd_ip6,
57 np->ipfd_dest.fd_name);
59 str = inet_ntop(np->ipfd_dest.fd_addr.adf_family,
60 &np->ipfd_dest.fd_ip6, buf, sizeof(buf) - 1);
65 PRINTF("\tAddress: %s\n", inet_ntoa(np->ipfd_dest.fd_ip));
H A Dprintpoolfield.c63 a = &node->ipfd_dest.fd_addr;
95 if (node->ipfd_dest.fd_name == -1) {
99 node->ipfd_dest.fd_name);
160 a = &node->ipfd_dest.fd_addr;
/freebsd-10.2-release/contrib/ipfilter/
H A Dip_dstlist.h16 frdest_t ipfd_dest; member in struct:ipf_dstnode
H A Dip_dstlist.c540 bcopy(&dest, &node->ipfd_dest, sizeof(dest));
556 node->ipfd_dest.fd_name = 0;
558 node->ipfd_dest.fd_name = -1;
592 if (node->ipfd_dest.fd_name == 0)
594 &node->ipfd_dest, AF_INET);
596 if (node->ipfd_dest.fd_name == 0 &&
597 node->ipfd_dest.fd_ptr == (void *)-1)
599 &node->ipfd_dest, AF_INET6);
702 if (!bcmp(&node->ipfd_dest.fd_ip6, &frd.fd_ip6,
1225 if (sel->ipfd_dest
[all...]
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_dstlist.h16 frdest_t ipfd_dest; member in struct:ipf_dstnode
H A Dip_dstlist.c540 bcopy(&dest, &node->ipfd_dest, sizeof(dest));
556 node->ipfd_dest.fd_name = 0;
558 node->ipfd_dest.fd_name = -1;
592 if (node->ipfd_dest.fd_name == 0)
594 &node->ipfd_dest, AF_INET);
596 if (node->ipfd_dest.fd_name == 0 &&
597 node->ipfd_dest.fd_ptr == (void *)-1)
599 &node->ipfd_dest, AF_INET6);
702 if (!bcmp(&node->ipfd_dest.fd_ip6, &frd.fd_ip6,
1225 if (sel && sel->ipfd_dest
[all...]
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dippool_y.y536 $$->ipfd_dest.fd_name = strlen($1) + 1;
538 $$->ipfd_dest.fd_name);
539 $$->ipfd_dest.fd_addr = $3;
546 $$->ipfd_dest.fd_name = -1;
547 $$->ipfd_dest.fd_addr = $1;

Completed in 112 milliseconds