Searched refs:radix_mask (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | radix.h | 56 struct radix_mask *rn_mklist; /* list of masks contained in subtree */ 94 struct radix_mask { struct 98 struct radix_mask *rm_mklist; /* more masks to try */ argument 114 m = (struct radix_mask *)rtmalloc(sizeof (*(m)), "MKGet"); } argument
|
H A D | radix.c | 50 static struct radix_mask *rn_mkfreelist; 298 struct radix_mask *m; in rn_match() 516 static struct radix_mask * 518 struct radix_mask *next) in rn_new_radix_mask() 520 struct radix_mask *m; in rn_new_radix_mask() 553 struct radix_mask *m, **mp; in rn_addroute() 712 struct radix_mask *m, *saved_m, **mp; in rn_delete() 874 struct radix_mask *mm = m->rm_mklist; in rn_delete()
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | radix_ipf.h | 52 # define radix_mask ipf_radix_mask macro 62 struct radix_mask *rn_mklist; /* list of masks contained in subtree */ 100 struct radix_mask { struct 104 struct radix_mask *rm_mklist; /* more masks to try */ argument 120 R_Malloc(m, struct radix_mask *, sizeof (*(m))); }\ argument
|
H A D | ipf.h | 16 # define radix_mask ipf_radix_mask macro
|
/titanic_44/usr/src/uts/common/net/ |
H A D | radix.h | 61 struct radix_mask *rn_mklist; /* list of masks contained in subtree */ 95 struct radix_mask { struct 99 struct radix_mask *rm_mklist; /* more masks to try */ argument 187 typedef struct radix_mask rmsk_t;
|
/titanic_44/usr/src/common/net/patricia/ |
H A D | radix.c | 103 static struct radix_mask *rn_mkfreelist; 112 #define MKGet(m) R_Malloc(m, radix_mask_cache, sizeof (struct radix_mask)) 117 static struct radix_mask * 119 struct radix_mask *next); 413 struct radix_mask *m; 661 static struct radix_mask * 664 struct radix_mask *next; 666 struct radix_mask *m; 699 struct radix_mask *m, **mp; 889 struct radix_mask *m, *saved_m, **mp; [all …]
|
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_pool.h | 23 # define radix_mask ipf_radix_mask macro
|
H A D | ipf_stack.h | 297 struct radix_mask *ifs_rn_mkfreelist;
|