Home
last modified time | relevance | path

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

/freebsd/sbin/routed/
H A Doutput.c65 static struct ws_buf v2buf; variable
79 v2buf.buf = &rip_v2_buf.rip; in bufinit()
80 v2buf.base = &v2buf.buf->rip_nets[0]; in bufinit()
357 wb = &v2buf; in supply_out()
705 v2buf.type = OUT_MULTICAST; in supply()
707 v2buf.type = NO_OUT_MULTICAST; in supply()
716 v2buf.type = (vers == RIPv2) ? type : NO_OUT_RIPV2; in supply()
745 clr_ws_buf(&v2buf,ws.a); in supply()
784 if (v2buf.n != v2buf.base in supply()
785 && (v2buf.n > v2buf.base+1 in supply()
[all …]