Searched refs:ln_flags (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/nfs/
H A Dnfs_lock.h139 int ln_flags; /* notify flags */ member in struct:lockd_notify
/xnu-2782.1.97/bsd/netinet6/
H A Dnd6.c156 * ln_hold, ln_asked, ln_expire, ln_state, ln_router, ln_flags,
239 (_ln)->ln_flags &= ~ND6_LNF_IN_USE; \
249 (_ln)->ln_flags |= ND6_LNF_IN_USE; \
801 if (ln->ln_flags & ND6_LNF_TIMER_SKIP) {
831 ln->ln_flags |= ND6_LNF_TIMER_SKIP;
1037 if (ln->ln_flags & ND6_LNF_TIMER_SKIP)
1038 ln->ln_flags &= ~ND6_LNF_TIMER_SKIP;
2360 if (ln->ln_flags & ND6_LNF_IN_USE)
3520 if (ln->ln_flags & ND6_LNF_IN_USE) {
3588 if (ln->ln_flags
[all...]
H A Dnd6.h88 u_int32_t ln_flags; /* flags; see below */ member in struct:llinfo_nd6
94 /* Values for ln_flags */

Completed in 29 milliseconds