Lines Matching refs:v12buf
61 struct ws_buf v12buf; variable
74 v12buf.buf = &ripv12_buf.rip; in bufinit()
75 v12buf.base = &v12buf.buf->rip_nets[0]; in bufinit()
361 wb = &v12buf; in supply_out()
708 v12buf.type = OUT_BROADCAST; in supply()
717 v12buf.type = type; in supply()
744 clr_ws_buf(&v12buf,ws.a); in supply()
767 v12buf.n->n_family = RIP_AF_INET; in supply()
768 v12buf.n->n_dst = htonl(RIP_DEFAULT); in supply()
769 v12buf.n->n_metric = htonl(def_metric); in supply()
770 v12buf.n++; in supply()
780 if (v12buf.n != v12buf.base in supply()
781 && (v12buf.n > v12buf.base+1 in supply()
782 || v12buf.base->n_family != RIP_AF_AUTH)) in supply()
783 supply_write(&v12buf); in supply()
794 supply_write(&v12buf); in supply()