Home
last modified time | relevance | path

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

/freebsd-11-stable/sbin/routed/
HDoutput.c75 static struct ws_buf v2buf; variable
89 v2buf.buf = &rip_v2_buf.rip; in bufinit()
90 v2buf.base = &v2buf.buf->rip_nets[0]; in bufinit()
367 wb = &v2buf; in supply_out()
715 v2buf.type = OUT_MULTICAST; in supply()
717 v2buf.type = NO_OUT_MULTICAST; in supply()
726 v2buf.type = (vers == RIPv2) ? type : NO_OUT_RIPV2; in supply()
755 clr_ws_buf(&v2buf,ws.a); in supply()
794 if (v2buf.n != v2buf.base in supply()
795 && (v2buf.n > v2buf.base+1 in supply()
[all …]