Home
last modified time | relevance | path

Searched refs:ln_state (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/distrib/utils/more/
Dline.c86 static int ln_state; /* Currently in normal/underline/bold/etc mode? */ variable
104 ln_state = LN_NORMAL; in prewind()
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 = LN_BOLDFACE;
[all …]
/netbsd/src/sys/net/
Dnd.c80 switch (ln->ln_state) { in nd_timer()
115 ln->ln_state = ND_LLINFO_WAITDELETE; in nd_timer()
120 ln->ln_state = ND_LLINFO_STALE; in nd_timer()
137 ln->ln_state = ND_LLINFO_PROBE; in nd_timer()
141 ln->ln_state = ND_LLINFO_STALE; in nd_timer()
151 ln->ln_state = ND_LLINFO_UNREACHABLE; in nd_timer()
178 ln->ln_state = ND_LLINFO_WAITDELETE; in nd_timer()
187 if (ln->ln_state == ND_LLINFO_WAITDELETE) in nd_timer()
191 if (ln->ln_state > ND_LLINFO_INCOMPLETE && in nd_timer()
324 ln->ln_state < ND_LLINFO_REACHABLE) in nd_resolve()
[all …]
Dnd.h46 ((ln)->ln_state > ND_LLINFO_INCOMPLETE)
48 (((ln)->ln_expire == 0) && ((ln)->ln_state > ND_LLINFO_INCOMPLETE))
Dif_llatbl.c725 lle->ln_state = ND_LLINFO_REACHABLE; in lla_rt_output()
730 lle->ln_state = ND_LLINFO_REACHABLE; in lla_rt_output()
824 db_printf(" ln_state=%d\n", lle->ln_state); in llatbl_lle_show()
Dif_llatbl.h90 int16_t ln_state; /* ND_LLINFO_NOSTATE == -2 */ member
/netbsd/src/sys/netinet6/
Dnd6.c588 ln->ln_state = ND_LLINFO_NOSTATE; in nd6_create()
735 ln->ln_state == ND_LLINFO_STALE && gc) in nd6_free()
808 if (ln->ln_state > ND_LLINFO_INCOMPLETE) in nd6_purge_entry()
809 ln->ln_state = ND_LLINFO_STALE; in nd6_purge_entry()
811 ln->ln_state = ND_LLINFO_PURGE; in nd6_purge_entry()
1282 nbi->state = ln->ln_state; in nd6_ioctl()
1429 ln->ln_state = newstate; in nd6_cache_lladdr()
1431 if (ln->ln_state == ND_LLINFO_STALE) { in nd6_cache_lladdr()
1441 } else if (ln->ln_state == ND_LLINFO_INCOMPLETE) { in nd6_cache_lladdr()
1600 (ln->ln_state == ND_LLINFO_REACHABLE || in nd6_resolve()
[all …]
Dnd6_nbr.c751 if (ln->ln_state <= ND_LLINFO_INCOMPLETE) { in nd6_na_input()
766 ln->ln_state = ND_LLINFO_REACHABLE; in nd6_na_input()
771 ln->ln_state = ND_LLINFO_STALE; in nd6_na_input()
818 if (ln->ln_state == ND_LLINFO_REACHABLE) { in nd6_na_input()
819 ln->ln_state = ND_LLINFO_STALE; in nd6_na_input()
840 ln->ln_state = ND_LLINFO_REACHABLE; in nd6_na_input()
846 ln->ln_state = ND_LLINFO_STALE; in nd6_na_input()
/netbsd/src/sys/netinet/
Dif_arp.c620 if (la->la_flags & LLE_VALID && la->ln_state == ND_LLINFO_REACHABLE) { in arpresolve()
648 la->ln_state = ND_LLINFO_NOSTATE; in arpresolve()
1040 (la->ln_state == ND_LLINFO_NOSTATE || in in_arpinput()
1041 la->ln_state == ND_LLINFO_INCOMPLETE)) { in in_arpinput()
1061 la->ln_state = new_state; in in_arpinput()
1263 la->ln_state = ND_LLINFO_NOSTATE; in arpcreate()
Din.c437 nbi->state = ln->ln_state; in in_control0()