Searched refs:ipld_name (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/ipfilter/lib/
H A Dload_dstlist.c26 if (dst->ipld_name[0] == '\0')
35 strncpy(op.iplo_name, dst->ipld_name, sizeof(op.iplo_name));
42 strncpy(dest.ipld_name, dst->ipld_name, sizeof(dest.ipld_name));
54 printdstlist(&dest, bcopywrap, dest.ipld_name, opts, nodes, NULL);
59 load_dstlistnode(dst->ipld_unit, dest.ipld_name, a, iocfunc);
H A Dprintdstlistdata.c24 PRINTF("Name: %s\tRole: ", pool->ipld_name);
30 PRINTF("/dstlist (name %s;", pool->ipld_name);
H A Dprintdstl_live.c29 if ((name != NULL) && strncmp(name, d->ipld_name, FR_GROUPLEN))
60 strncpy(iter.ili_name, d->ipld_name, FR_GROUPLEN);
H A Dprintdstlist.c25 if ((name != NULL) && strncmp(name, dst.ipld_name, FR_GROUPLEN))
/freebsd-12-stable/contrib/ipfilter/
H A Dip_dstlist.h49 char ipld_name[FR_GROUPLEN]; member in struct:ippool_dst
H A Dip_dstlist.c284 strncmp(fop->iplf_name, node->ipld_name,
858 strncpy(new->ipld_name, op->iplo_name, FR_GROUPLEN);
1053 !strncmp(d->ipld_name, name, FR_GROUPLEN)) {
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_dstlist.h49 char ipld_name[FR_GROUPLEN]; member in struct:ippool_dst
H A Dip_dstlist.c284 strncmp(fop->iplf_name, node->ipld_name,
859 strncpy(new->ipld_name, op->iplo_name, FR_GROUPLEN);
1054 !strncmp(d->ipld_name, name, FR_GROUPLEN)) {
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dippool_y.y449 strncpy(ipld.ipld_name, $6,
450 sizeof(ipld.ipld_name));

Completed in 68 milliseconds