Lines Matching defs:ripbuf
141 static struct rip6 *ripbuf; /* packet buffer for sending */
345 if ((ripbuf = malloc(RIP6_MAXMTU)) == NULL)
347 memset(ripbuf, 0, RIP6_MAXMTU);
348 ripbuf->rip6_cmd = RIP6_RESPONSE;
349 ripbuf->rip6_vers = RIP6_VERSION;
350 ripbuf->rip6_res1[0] = 0;
351 ripbuf->rip6_res1[1] = 0;
377 if ((ripbuf = malloc(RIP6_MAXMTU)) == NULL) {
380 memset(ripbuf, 0, RIP6_MAXMTU);
381 ripbuf->rip6_cmd = RIP6_RESPONSE;
382 ripbuf->rip6_vers = RIP6_VERSION;
383 ripbuf->rip6_res1[0] = 0;
384 ripbuf->rip6_res1[1] = 0;
648 nip = ripbuf->rip6_nets;
677 nrt = 0; nip = ripbuf->rip6_nets;
702 nrt = 0; nip = ripbuf->rip6_nets; nh = NULL;
736 nip = ripbuf->rip6_nets;
748 nrt = 0; nip = ripbuf->rip6_nets; nh = NULL;
931 iov[0].iov_base = (caddr_t)ripbuf;
1259 ripbuf->rip6_cmd = RIP6_REQUEST;
1260 np = ripbuf->rip6_nets;
1273 ripbuf->rip6_cmd = RIP6_RESPONSE;