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

/netbsd-6-1-5-RELEASE/distrib/utils/more/
H A Dline.c86 static int ln_state; /* Currently in normal/underline/bold/etc mode? */ variable
104 ln_state = LN_NORMAL;
114 if (column + addon + (ln_state ? ue_width : 0) > sc_width) \
128 switch (ln_state) {
148 ln_state = LN_NORMAL;
167 switch (ln_state) {
258 ln_state = LN_BO_XB;
265 ln_state = LN_UNDERLINE;
281 ln_state = LN_UL_XB;
286 ln_state
[all...]
/netbsd-6-1-5-RELEASE/sys/netinet6/
H A Dnd6.c457 switch (ln->ln_state) {
486 ln->ln_state = ND6_LLINFO_STALE;
503 ln->ln_state = ND6_LLINFO_PROBE;
508 ln->ln_state = ND6_LLINFO_STALE; /* XXX */
879 ln->ln_state = ND6_LLINFO_NOSTATE;
1011 ln->ln_state == ND6_LLINFO_STALE && gc) {
1021 * XXX: the check for ln_state would be redundant,
1056 ln->ln_state = ND6_LLINFO_INCOMPLETE;
1122 if (ln->ln_state < ND6_LLINFO_REACHABLE)
1135 ln->ln_state
[all...]
H A Dnd6.h46 short ln_state; /* reachability state */ member in struct:llinfo_nd6
70 #define ND6_IS_LLINFO_PROBREACH(n) ((n)->ln_state > ND6_LLINFO_INCOMPLETE)
71 #define ND6_LLINFO_PERMANENT(n) (((n)->ln_expire == 0) && ((n)->ln_state > ND6_LLINFO_INCOMPLETE))
H A Dnd6_nbr.c670 if (ln->ln_state == ND6_LLINFO_INCOMPLETE) {
684 ln->ln_state = ND6_LLINFO_REACHABLE;
691 ln->ln_state = ND6_LLINFO_STALE;
744 if (ln->ln_state == ND6_LLINFO_REACHABLE) {
745 ln->ln_state = ND6_LLINFO_STALE;
766 ln->ln_state = ND6_LLINFO_REACHABLE;
774 ln->ln_state = ND6_LLINFO_STALE;

Completed in 113 milliseconds