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

/freebsd-9.3-release/lib/libc/net/
H A Dip6opt.c380 inet6_opt_init(void *extbuf, socklen_t extlen) argument
382 struct ip6_ext *ext = (struct ip6_ext *)extbuf;
397 inet6_opt_append(void *extbuf, socklen_t extlen, int offset, u_int8_t type, argument
436 if (extbuf) {
437 u_int8_t *optp = (u_int8_t *)extbuf + offset;
462 inet6_opt_finish(void *extbuf, socklen_t extlen, int offset) argument
466 if (extbuf) {
473 padp = (u_int8_t *)extbuf + offset;
495 inet6_opt_next(void *extbuf, socklen_t extlen, int offset, u_int8_t *typep, argument
504 lim = (u_int8_t *)extbuf
544 inet6_opt_find(void *extbuf, socklen_t extlen, int offset, u_int8_t type, socklen_t *lenp, void **databufp) argument
[all...]
/freebsd-9.3-release/sbin/restore/
H A Dtape.c1036 static char *extbuf; variable
1048 return (extbuf);
1050 free(extbuf);
1051 if ((extbuf = malloc(extsize)) != NULL) {
1053 return (extbuf);
1056 extbuf = NULL;
1071 memmove(&extbuf[extloc], buf, size);
/freebsd-9.3-release/sbin/ping6/
H A Dping6.c1812 pr_ip6opt(void *extbuf, size_t bufsize) argument
1823 ext = (struct ip6_hbh *)extbuf;
1841 currentlen = inet6_opt_next(extbuf, extlen, currentlen,
1875 pr_ip6opt(void *extbuf, size_t bufsize __unused) argument
1884 pr_rthdr(void *extbuf, size_t bufsize) argument
1888 struct ip6_rthdr *rh = (struct ip6_rthdr *)extbuf;
1894 if ((segments = inet6_rth_segments(extbuf)) >= 0) {
1923 in6 = inet6_rth_getaddr(extbuf, i);
1941 pr_rthdr(void *extbuf, size_t bufsize __unused) argument

Completed in 203 milliseconds