Home
last modified time | relevance | path

Searched defs:radix_mask (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.h92 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
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dradix_ipf.h50 # define radix_mask ipf_radix_mask macro
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.h93 struct radix_mask { struct
97 struct radix_mask *rm_mklist; /* more masks to try */ argument
98 union {
101 } rm_rmu;
102 int rm_refs; /* # of references to this struct */
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_pool.h23 # define radix_mask ipf_radix_mask macro