Searched defs:fdt (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libipmp/common/
H A Dipmp_query.c641 ipmp_groupinfo_create(const char *name, uint64_t sig, uint_t fdt, argument
653 grinfop->gr_fdt = fdt;
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c1451 int fdt[3], devices = 0, make_daemon = 0; local
1458 fdt[0] = fdt[1] = fdt[2] = -1;
1474 fdt[0] = IPL_LOGIPF;
1475 fdt[1] = IPL_LOGNAT;
1476 fdt[2] = IPL_LOGSTATE;
1493 fdt[0] = IPL_LOGIPF;
1509 fdt[1] = IPL_LOGNAT;
1514 fdt[
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c3186 int fdt = 0; local
3195 * interface is actually enabled to send probes, save the group fdt.
3205 fdt = pg->pg_fdt;
3214 *grinfopp = ipmp_groupinfo_create(pg->pg_name, pg->pg_sig, fdt,
3260 *grinfopp = ipmp_groupinfo_create(pg->pg_name, pg->pg_sig, fdt,

Completed in 1311 milliseconds