Symbol: dstinforeq
usr/src/cmd/cmd-inet/sbin/dhcpagent/packet.c
960
struct dstinforeq dinfo;
usr/src/lib/libnsl/nss/netdir_inet.c
1787
struct dstinforeq *dinfo, *dinfoptr;
usr/src/lib/libnsl/nss/netdir_inet.c
1791
if ((dinfo = calloc(addrcount, sizeof (struct dstinforeq))) == NULL)
usr/src/lib/libnsl/nss/netdir_inet.c
1802
addrcount * sizeof (struct dstinforeq)) < 0) {
usr/src/lib/libnsl/nss/netdir_inet.c
1808
qsort(dinfo, addrcount, sizeof (struct dstinforeq), dstcmp);
usr/src/lib/libnsl/nss/netdir_inet.c
1881
typedef int (*rulef_t)(const struct dstinforeq *, const struct dstinforeq *);
usr/src/lib/libnsl/nss/netdir_inet.c
1897
rule_reachable(const struct dstinforeq *da, const struct dstinforeq *db)
usr/src/lib/libnsl/nss/netdir_inet.c
1908
rule_matchscope(const struct dstinforeq *da, const struct dstinforeq *db)
usr/src/lib/libnsl/nss/netdir_inet.c
1924
rule_avoidlinklocal(const struct dstinforeq *da, const struct dstinforeq *db)
usr/src/lib/libnsl/nss/netdir_inet.c
1939
rule_deprecated(const struct dstinforeq *da, const struct dstinforeq *db)
usr/src/lib/libnsl/nss/netdir_inet.c
1950
rule_label(const struct dstinforeq *da, const struct dstinforeq *db)
usr/src/lib/libnsl/nss/netdir_inet.c
1961
rule_precedence(const struct dstinforeq *da, const struct dstinforeq *db)
usr/src/lib/libnsl/nss/netdir_inet.c
1972
rule_native(const struct dstinforeq *da, const struct dstinforeq *db)
usr/src/lib/libnsl/nss/netdir_inet.c
1992
rule_scope(const struct dstinforeq *da, const struct dstinforeq *db)
usr/src/lib/libnsl/nss/netdir_inet.c
2006
rule_prefix(const struct dstinforeq *da, const struct dstinforeq *db)
usr/src/uts/common/inet/ip/ip_if.c
7878
struct dstinforeq *dir;
usr/src/uts/common/inet/ip/ip_if.c
7921
end - cur >= sizeof (struct dstinforeq);
usr/src/uts/common/inet/ip/ip_if.c
7922
cur += sizeof (struct dstinforeq)) {
usr/src/uts/common/inet/ip/ip_if.c
7923
dir = (struct dstinforeq *)cur;