Searched refs:ancbuf (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/tools/regression/netinet6/inet6_rth/
H A Dinet6_rth-segments.c229 char ancbuf[10240]; local
237 init_hdrs(&mh, &cmh, ancbuf, sizeof(ancbuf));
238 mh.msg_control = (caddr_t)ancbuf;
246 bcopy((void *)&cmh, (void *)ancbuf, sizeof(cmh));
249 (void *)((caddr_t)ancbuf + CMSG_SPACE(0)),
259 init_hdrs(&mh, &cmh, ancbuf, sizeof(ancbuf));
260 mh.msg_control = (caddr_t)ancbuf;
263 bcopy((void *)&cmh, (void *)ancbuf, sizeo
287 char ancbuf[1024]; local
[all...]

Completed in 52 milliseconds