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

/freebsd-11-stable/lib/libc/net/
H A Dip6opt.c389 inet6_opt_init(void *extbuf, socklen_t extlen) argument
391 struct ip6_ext *ext = (struct ip6_ext *)extbuf;
403 inet6_opt_append(void *extbuf, socklen_t extlen, int offset, u_int8_t type, argument
442 if (extbuf) {
443 u_int8_t *optp = (u_int8_t *)extbuf + offset;
468 inet6_opt_finish(void *extbuf, socklen_t extlen, int offset) argument
472 if (extbuf) {
479 padp = (u_int8_t *)extbuf + offset;
501 inet6_opt_next(void *extbuf, socklen_t extlen, int offset, u_int8_t *typep, argument
510 lim = (u_int8_t *)extbuf
550 inet6_opt_find(void *extbuf, socklen_t extlen, int offset, u_int8_t type, socklen_t *lenp, void **databufp) argument
[all...]
/freebsd-11-stable/contrib/dma/
H A Dnet.c121 read_remote(int fd, int extbufsize, char *extbuf) argument
174 if (extbufpos <= (extbufsize - 1) && rlen > 0 && extbufsize > 0 && extbuf != NULL) {
179 memcpy(extbuf + extbufpos, buff + len - rlen, rlen);
/freebsd-11-stable/sbin/restore/
H A Dtape.c1065 static char *extbuf; variable
1077 return (extbuf);
1079 free(extbuf);
1080 if ((extbuf = malloc(extsize)) != NULL) {
1082 return (extbuf);
1085 extbuf = NULL;
1101 memmove(&extbuf[extloc], buf, size);
/freebsd-11-stable/sbin/ping6/
H A Dping6.c1788 pr_ip6opt(void *extbuf, size_t bufsize) argument
1799 ext = (struct ip6_hbh *)extbuf;
1817 currentlen = inet6_opt_next(extbuf, extlen, currentlen,
1851 pr_ip6opt(void *extbuf, size_t bufsize __unused) argument
1860 pr_rthdr(void *extbuf, size_t bufsize) argument
1864 struct ip6_rthdr *rh = (struct ip6_rthdr *)extbuf;
1870 if ((segments = inet6_rth_segments(extbuf)) >= 0) {
1899 in6 = inet6_rth_getaddr(extbuf, i);
1917 pr_rthdr(void *extbuf, size_t bufsize __unused) argument

Completed in 140 milliseconds