Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk/
H A Dlib.c72 static char *rtbuf; variable
268 if (rtbuf == NULL && (rtbuf = malloc(rtbufsize)) == NULL) in readrec()
272 rt = rtbuf; in readrec()
297 (void) adjbuf(&rtbuf, &rtbufsize, in readrec()
298 2+rt-rtbuf, recsize, &rt, "readrec2"); in readrec()
310 (void) adjbuf(&rtbuf, &rtbufsize, in readrec()
311 1+rt-rtbuf, recsize, &rt, "readrec3"); in readrec()
330 (void) adjbuf(&rtbuf, &rtbufsize, 1+rt-rtbuf, recsize, &rt, "readrec6"); in readrec()
340 (void) setsval(rtloc, rtbuf); in readrec()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Drouting_events.c385 char rtbuf[RTMBUFSZ]; in nwamd_add_route() local
387 struct rt_msghdr *rtm = (struct rt_msghdr *)rtbuf; in nwamd_add_route()
388 void *addrs = rtbuf + sizeof (struct rt_msghdr); in nwamd_add_route()
412 rtm->rtm_msglen = sizeof (rtbuf); in nwamd_add_route()
419 rtbuf, rtm->rtm_msglen)) < 0) { in nwamd_add_route()