Searched refs:dstinforeq (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libnsl/nss/ |
H A D | netdir_inet.c | 1787 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 D | ip6_asp.h | 102 struct dstinforeq { struct
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | packet.c | 927 struct dstinforeq dinfo; in send_pkt_internal()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 7868 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()
|