Searched refs:rn (Results 1 - 13 of 13) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dradix.c118 #define RN_MATCHF(rn, f, arg) (f == NULL || (*f)((rn), arg))
945 struct radix_node *rn, *last; local
969 for (rn = h->rnh_treetop; rn->rn_bit >= 0; ) {
970 last = rn;
971 if (!(rn->rn_bmask & xm[rn->rn_offset]))
974 if (rn->rn_bmask & xa[rn
1067 struct radix_node *rn; local
[all...]
H A Droute.c353 rn_match_ifscope(struct radix_node *rn, void *arg) argument
355 struct rtentry *rt = (struct rtentry *)rn;
1128 struct radix_node *rn; local
1184 if ((rn = rnh->rnh_deladdr(dst, netmask, rnh)) == 0)
1186 if (rn->rn_flags & (RNF_ACTIVE | RNF_ROOT))
1188 rt = (struct rtentry *)rn;
1220 (rt = (struct rtentry *)rn)->rt_gwroute = 0;
1352 rn = rnh->rnh_addaddr((caddr_t)ndst, (caddr_t)netmask,
1354 if (rn == 0) {
1376 rn
1484 rt_fixdelete(struct radix_node *rn, void *vp) argument
1514 rt_fixchange(struct radix_node *rn, void *vp) argument
1753 struct radix_node *rn; local
1819 struct radix_node *rn0, *rn; local
[all...]
H A Dradix.h179 (struct radix_node *rn, struct radix_node_head *head);
H A Drtsock.c109 static int sysctl_dumpentry(struct radix_node *rn, void *vw);
1116 sysctl_dumpentry(struct radix_node *rn, void *vw) argument
1119 struct rtentry *rt = (struct rtentry *)rn;
H A Dif.c2148 * rn pointer to node in the routing table
2158 struct radix_node *rn,
2161 struct rtentry *rt = (struct rtentry *)rn;
2203 if_rtmtu(struct radix_node *rn, void *arg) argument
2205 struct rtentry *rt = (struct rtentry *)rn;
2157 if_rtdel( struct radix_node *rn, void *arg) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_rmx.c184 in_validate(struct radix_node *rn) argument
186 struct rtentry *rt = (struct rtentry *)rn;
193 return (rn);
214 struct radix_node *rn = rn_match_args(v_arg, head, f, w); local
216 return (in_validate(rn));
263 in_clsroute(struct radix_node *rn, __unused struct radix_node_head *head) argument
265 struct rtentry *rt = (struct rtentry *)rn;
317 in_rtqkill(struct radix_node *rn, void *rock) argument
320 struct rtentry *rt = (struct rtentry *)rn;
479 in_ifadownkill(struct radix_node *rn, voi
478 in_ifadownkill(struct radix_node *rn, void *xap) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/
H A Daes.h126 aes_32t rn; member in struct:__anon30
131 aes_32t rn; member in struct:__anon31
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/ppc/
H A Daescrypt.c140 if( cx->rn != 10 && cx->rn != 12 && cx->rn != 14 )
171 switch(cx->rn)
202 for(rnd = 0; rnd < (cx->rn >> 1) - 1; ++rnd)
212 for(rnd = 0; rnd < cx->rn - 1; ++rnd)
294 const aes_32t *kptr = cx->ks + cx->rn * N_COLS;
308 if( cx->rn != 10 && cx->rn != 12 && cx->rn !
[all...]
H A Daeskey.c119 cx->rn = 10;
152 cx->rn = 12;
186 cx->rn = 14;
335 cx->rn = 10;
376 cx->rn = 12;
422 cx->rn = 14;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_rmx.c260 struct radix_node *rn = rn_match_args(v_arg, head, f, w); local
261 struct rtentry *rt = (struct rtentry *)rn;
269 return (rn);
295 in6_clsroute(struct radix_node *rn, __unused struct radix_node_head *head) argument
297 struct rtentry *rt = (struct rtentry *)rn;
350 in6_rtqkill(struct radix_node *rn, void *rock) argument
353 struct rtentry *rt = (struct rtentry *)rn;
454 in6_mtuexpire(struct radix_node *rn, void *rock) argument
456 struct rtentry *rt = (struct rtentry *)rn;
H A Dnd6_rtr.c2120 struct radix_node *rn,
2124 struct rtentry *rt = (struct rtentry *)rn;
2119 rt6_deleteroute( struct radix_node *rn, void *arg) argument
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/architecture/ppc/
H A Dfp_regs.h90 rn:BITS_WIDTH(1,0); // rounding control
94 * Values for fp_scr_t.rn (rounding control).
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_subs.c1984 struct radix_node *rn; local
2067 rn = (*rnh->rnh_addaddr)((caddr_t)saddr, (caddr_t)smask, rnh, no->no_rnodes);
2068 if (rn == 0) {
2078 rn = (*rnh->rnh_matchaddr)((caddr_t)saddr, rnh);
2079 rn_no = (struct nfs_netopt *)rn;
2080 if (rn != 0 && (rn->rn_flags & RNF_ROOT) == 0 &&
2120 nfsrv_free_netopt(struct radix_node *rn, void *w) argument
2125 struct nfs_netopt *nno = (struct nfs_netopt *)rn;
2127 (*rnh->rnh_deladdr)(rn
2143 struct radix_node *rn; local
[all...]

Completed in 73 milliseconds