Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Doutput.c76 static struct ws_buf v2buf; variable
90 v2buf.buf = &rip_v2_buf.rip; in bufinit()
91 v2buf.base = &v2buf.buf->rip_nets[0]; in bufinit()
408 wb = &v2buf; in supply_out()
793 v2buf.type = OUT_MULTICAST; in supply()
795 v2buf.type = NO_OUT_MULTICAST; in supply()
804 v2buf.type = (vers == RIPv2) ? type : NO_OUT_RIPV2; in supply()
846 clr_ws_buf(&v2buf, ws.a); in supply()
888 if (v2buf.n != v2buf.base && (v2buf.n > v2buf.base+1 || in supply()
889 v2buf.base->n_family != RIP_AF_AUTH)) in supply()
[all …]