Home | History | Annotate | Download | only in brconfig

Lines Matching defs:inbuf

427 	char *inbuf = NULL, *ninbuf;
432 ninbuf = realloc(inbuf, nlen);
435 inbuf = ninbuf;
436 if (do_cmd2(sock, bridge, BRDGGIFS, inbuf, nlen, &len, 0) < 0)
441 req = (struct ifbreq *)inbuf + i;
460 free(inbuf);
467 char *inbuf = NULL, *ninbuf;
473 ninbuf = realloc(inbuf, nlen);
476 inbuf = ninbuf;
477 if (do_cmd2(sock, bridge, BRDGRTS, inbuf, nlen, &len, 0) < 0)
482 ifba = (struct ifbareq *)inbuf + i;
491 free(inbuf);