Searched refs:nrt (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6.c242 struct rtentry *nrt = NULL; local
262 RTF_UP|RTF_HOST|RTF_LLINFO, &nrt);
271 if (nrt != NULL)
272 RT_LOCK(nrt);
280 if (cmd == RTM_ADD && nrt && ifa != nrt->rt_ifa) {
281 rtsetifa(nrt, ifa);
290 if (nrt != NULL) {
291 rt_newaddrmsg(cmd, ifa, e, nrt);
293 RT_UNLOCK(nrt);
[all...]
H A Dmld6.c2855 rectype_t crt, drt, nrt; local
2867 nrt = REC_NONE; /* record type for current node */
2978 nrt = (rectype_t)now;
2979 if (nrt == REC_NONE)
2980 nrt = (rectype_t)(~mode & REC_FULL);
2982 crt = nrt;
2983 } else if (crt != nrt)
/darwin-on-arm/xnu/bsd/netinet/
H A Digmp.c3249 rectype_t crt, drt, nrt; local
3262 nrt = REC_NONE; /* record type for current node */
3375 nrt = (rectype_t)now;
3376 if (nrt == REC_NONE)
3377 nrt = (rectype_t)(~mode & REC_FULL);
3379 crt = nrt;
3380 } else if (crt != nrt)
/darwin-on-arm/xnu/bsd/net/
H A Droute.c2841 struct rtentry *nrt = 0; local
2925 flags | ifa_flags, &nrt);
2932 if (cmd == RTM_DELETE && error == 0 && (rt = nrt)) {
2937 rt_newaddrmsg(cmd, ifa, error, nrt);
2948 if (cmd == RTM_ADD && error == 0 && (rt = nrt)) {
3011 rt_newaddrmsg(cmd, ifa, error, nrt);

Completed in 40 milliseconds