Home
last modified time | relevance | path

Searched refs:radix_mask (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.h54 struct radix_mask *rn_mklist; /* list of masks contained in subtree */
92 struct radix_mask { struct
96 struct radix_mask *rm_mklist; /* more masks to try */ argument
112 m = (struct radix_mask *)rtmalloc(sizeof (*(m)), "MKGet"); } argument
H A Dradix.c48 static struct radix_mask *rn_mkfreelist;
296 struct radix_mask *m; in rn_match()
514 static struct radix_mask *
516 struct radix_mask *next) in rn_new_radix_mask()
518 struct radix_mask *m; in rn_new_radix_mask()
551 struct radix_mask *m, **mp; in rn_addroute()
710 struct radix_mask *m, *saved_m, **mp; in rn_delete()
872 struct radix_mask *mm = m->rm_mklist; in rn_delete()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dradix_ipf.h50 # define radix_mask ipf_radix_mask macro
60 struct radix_mask *rn_mklist; /* list of masks contained in subtree */
98 struct radix_mask { struct
102 struct radix_mask *rm_mklist; /* more masks to try */ argument
118 R_Malloc(m, struct radix_mask *, sizeof (*(m))); }\ argument
H A Dipf.h16 # define radix_mask ipf_radix_mask macro
/illumos-gate/usr/src/uts/common/net/
H A Dradix.h59 struct radix_mask *rn_mklist; /* list of masks contained in subtree */
93 struct radix_mask { struct
97 struct radix_mask *rm_mklist; /* more masks to try */ argument
185 typedef struct radix_mask rmsk_t;
/illumos-gate/usr/src/common/net/patricia/
H A Dradix.c103 static struct radix_mask *rn_mkfreelist;
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;
1042 struct radix_mask *mm = m->rm_mklist;
[all …]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_pool.h23 # define radix_mask ipf_radix_mask macro
H A Dipf_stack.h303 struct radix_mask *ifs_rn_mkfreelist;