Home
last modified time | relevance | path

Searched refs:rtsa_s (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libtsnet/common/
H A Dlibtsnet.h96 struct rtsa_s;
97 extern const char *rtsa_to_str(const struct rtsa_s *, char *, size_t);
98 extern boolean_t rtsa_keyword(const char *, struct rtsa_s *, int *, char **);
H A Dmisc.c123 rtsa_to_str(const struct rtsa_s *rtsa, char *line, size_t len) in rtsa_to_str()
182 rtsa_keyword(const char *options, struct rtsa_s *sp, int *errp, char **errstrp) in rtsa_keyword()
/illumos-gate/usr/src/uts/common/net/
H A Droute.h239 typedef struct rtsa_s { struct
251 (sizeof (tsol_rtsecattr_t) + (((n) - 1) * sizeof (struct rtsa_s))) argument
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c164 static tsol_gcdb_t *gcdb_lookup(struct rtsa_s *, boolean_t);
261 const struct rtsa_s *rp = (struct rtsa_s *)key; in gcdb_hash_by_secattr()
285 struct rtsa_s *rp1 = (struct rtsa_s *)key1; in gcdb_hash_cmp()
286 struct rtsa_s *rp2 = (struct rtsa_s *)key2; in gcdb_hash_cmp()
346 rtsa_validate(const struct rtsa_s *rp) in rtsa_validate()
354 rtsa_s *, rp); in rtsa_validate()
366 "not dominating.", rtsa_s *, rp); in rtsa_validate()
391 gcdb_lookup(struct rtsa_s *rp, boolean_t alloc) in gcdb_lookup()
448 gc_create(struct rtsa_s *rp, tsol_gcgrp_t *gcgrp, boolean_t *gcgrp_xtrarefp) in gc_create()
H A Dip6_rts.c158 struct rtsa_s *rp_dst; in rts_fill_msg_v6()
H A Dip_rts.c304 struct rtsa_s *rtsap = NULL; in ip_rts_request_common()
1800 struct rtsa_s *rp_dst; in rts_fill_msg()
H A Dip6_if.c395 ill_t *ill, ire_t **ire_arg, struct rtsa_s *sp, ip_stack_t *ipst, in ip_rt_add_v6()
H A Dip_if.c5409 boolean_t ioctl_msg, struct rtsa_s *sp, ip_stack_t *ipst, zoneid_t zoneid) in ip_rt_add()
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtndb.h394 extern struct tsol_gc_s *gc_create(struct rtsa_s *, struct tsol_gcgrp_s *,
397 extern int rtsa_validate(const struct rtsa_s *);
/illumos-gate/usr/src/uts/common/inet/
H A Dip_if.h322 ill_t *, ire_t **, boolean_t, struct rtsa_s *, ip_stack_t *, zoneid_t);
325 struct rtsa_s *, ip_stack_t *, zoneid_t);
H A Dip.h2519 struct rtsa_s gcdb_attr; /* security attributes */
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c216 struct rtsa_s ri_rtsa; /* enough space for one attribute */
3210 struct rtsa_s *rtsa = &sp.rtsa_attr[0]; in pmsg_secattr()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c7301 struct rtsa_s rtsa; in pr_secattr()