Searched refs:rtsa_s (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/lib/libtsnet/common/ |
H A D | libtsnet.h | 96 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 D | misc.c | 123 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()
|
/titanic_44/usr/src/uts/common/net/ |
H A D | route.h | 239 typedef struct rtsa_s { struct 251 (sizeof (tsol_rtsecattr_t) + (((n) - 1) * sizeof (struct rtsa_s))) argument
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | tnet.c | 164 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 D | ip6_rts.c | 158 struct rtsa_s *rp_dst; in rts_fill_msg_v6()
|
H A D | ip_rts.c | 303 struct rtsa_s *rtsap = NULL; in ip_rts_request_common() 1791 struct rtsa_s *rp_dst; in rts_fill_msg()
|
H A D | ip6_if.c | 395 ill_t *ill, ire_t **ire_arg, struct rtsa_s *sp, ip_stack_t *ipst, in ip_rt_add_v6()
|
H A D | ip_if.c | 5405 boolean_t ioctl_msg, struct rtsa_s *sp, ip_stack_t *ipst, zoneid_t zoneid) in ip_rt_add()
|
/titanic_44/usr/src/uts/common/sys/tsol/ |
H A D | tndb.h | 390 extern struct tsol_gc_s *gc_create(struct rtsa_s *, struct tsol_gcgrp_s *, 393 extern int rtsa_validate(const struct rtsa_s *);
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | ip_if.h | 322 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 D | ip.h | 2513 struct rtsa_s gcdb_attr; /* security attributes */
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | route.c | 216 struct rtsa_s ri_rtsa; /* enough space for one attribute */ 3210 struct rtsa_s *rtsa = &sp.rtsa_attr[0]; in pmsg_secattr()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 6089 struct rtsa_s rtsa; in pr_secattr()
|