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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/
H A Dpsvcplugin.c201 struct proj_prop *dstinfo; local
206 err = projected_lookup(rarg->proph, &dstinfo);
278 err = ptree_get_propval_by_name(dstinfo->dst_node,
279 dstinfo->name, buf, propinfo.piclinfo.size);
302 ptree_propinfo_t dstinfo; local
407 err = ptree_get_propinfo(dst_prophdl, &dstinfo);
410 if (strcmp(dst_prop, dstinfo.piclinfo.name) == 0)
422 propinfo.piclinfo.type = dstinfo.piclinfo.type;
424 propinfo.piclinfo.size = dstinfo.piclinfo.size;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/
H A Dpsvcplugin.c973 struct proj_prop *dstinfo; local
976 err = projected_lookup(rarg->proph, &dstinfo);
985 err = ptree_get_propval_by_name(dstinfo->dst_node,
986 dstinfo->name, buf, propinfo.piclinfo.size);
996 struct proj_prop *dstinfo; local
999 err = projected_lookup(warg->proph, &dstinfo);
1007 err = ptree_update_propval_by_name(dstinfo->dst_node,
1008 dstinfo->name, buf, propinfo.piclinfo.size);
1266 ptree_propinfo_t dstinfo; local
1347 err = ptree_get_propinfo(dst_prophdl, &dstinfo);
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c1475 typedef struct dstinfo { struct
1511 rule_isdst(cand_t *bc, cand_t *cc, const dstinfo_t *dstinfo, ip_stack_t *ipst) argument
1515 IN6_ARE_ADDR_EQUAL(&bc->cand_srcaddr, dstinfo->dst_addr);
1520 IN6_ARE_ADDR_EQUAL(&cc->cand_srcaddr, dstinfo->dst_addr);
1538 rule_scope(cand_t *bc, cand_t *cc, const dstinfo_t *dstinfo, ip_stack_t *ipst) argument
1549 if (cc->cand_scope < dstinfo->dst_scope)
1554 if (bc->cand_scope < dstinfo->dst_scope)
1568 rule_deprecated(cand_t *bc, cand_t *cc, const dstinfo_t *dstinfo, argument
1597 rule_preferred(cand_t *bc, cand_t *cc, const dstinfo_t *dstinfo, argument
1621 rule_interface(cand_t *bc, cand_t *cc, const dstinfo_t *dstinfo, argument
1653 rule_label(cand_t *bc, cand_t *cc, const dstinfo_t *dstinfo, ip_stack_t *ipst) argument
1683 rule_temporary(cand_t *bc, cand_t *cc, const dstinfo_t *dstinfo, ip_stack_t *ipst) argument
1712 rule_ifprefix(cand_t *bc, cand_t *cc, const dstinfo_t *dstinfo, ip_stack_t *ipst) argument
1757 rule_zone_specific(cand_t *bc, cand_t *cc, const dstinfo_t *dstinfo, ip_stack_t *ipst) argument
1782 rule_addr_type(cand_t *bc, cand_t *cc, const dstinfo_t *dstinfo, ip_stack_t *ipst) argument
1807 rule_prefix(cand_t *bc, cand_t *cc, const dstinfo_t *dstinfo, ip_stack_t *ipst) argument
1833 rule_must_be_last(cand_t *bc, cand_t *cc, const dstinfo_t *dstinfo, ip_stack_t *ipst) argument
1869 dstinfo_t dstinfo; local
[all...]

Completed in 76 milliseconds