Home
last modified time | relevance | path

Searched refs:dstinforeq (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c1787 struct dstinforeq *dinfo, *dinfoptr; in order_haddrlist_inet6()
1791 if ((dinfo = calloc(addrcount, sizeof (struct dstinforeq))) == NULL) in order_haddrlist_inet6()
1802 addrcount * sizeof (struct dstinforeq)) < 0) { in order_haddrlist_inet6()
1808 qsort(dinfo, addrcount, sizeof (struct dstinforeq), dstcmp); in order_haddrlist_inet6()
1881 typedef int (*rulef_t)(const struct dstinforeq *, const struct dstinforeq *);
1897 rule_reachable(const struct dstinforeq *da, const struct dstinforeq *db) in rule_reachable()
1908 rule_matchscope(const struct dstinforeq *da, const struct dstinforeq *db) in rule_matchscope()
1924 rule_avoidlinklocal(const struct dstinforeq *da, const struct dstinforeq *db) in rule_avoidlinklocal()
1939 rule_deprecated(const struct dstinforeq *da, const struct dstinforeq *db) in rule_deprecated()
1950 rule_label(const struct dstinforeq *da, const struct dstinforeq *db) in rule_label()
[all …]
/titanic_41/usr/src/uts/common/inet/
H A Dip6_asp.h102 struct dstinforeq { struct
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.c927 struct dstinforeq dinfo; in send_pkt_internal()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_if.c7868 struct dstinforeq *dir; in ip_sioctl_dstinfo()
7911 end - cur >= sizeof (struct dstinforeq); in ip_sioctl_dstinfo()
7912 cur += sizeof (struct dstinforeq)) { in ip_sioctl_dstinfo()
7913 dir = (struct dstinforeq *)cur; in ip_sioctl_dstinfo()