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

/netbsd-current/lib/libc/net/
H A Dip6opt.c441 inet6_opt_init(void *extbuf, socklen_t extlen) argument
443 struct ip6_ext *ext = (struct ip6_ext *)extbuf;
455 inet6_opt_append(void *extbuf, socklen_t extlen, int offset, uint8_t type, argument
496 if (extbuf) {
497 uint8_t *optp = (uint8_t *)extbuf + offset;
522 inet6_opt_finish(void *extbuf, socklen_t extlen, int offset) argument
526 if (extbuf) {
533 padp = (uint8_t *)extbuf + offset;
555 inet6_opt_next(void *extbuf, socklen_t extlen, int offset, uint8_t *typep, argument
564 lim = (uint8_t *)extbuf
606 inet6_opt_find(void *extbuf, socklen_t extlen, int offset, uint8_t type, socklen_t *lenp, void **databufp) argument
[all...]
/netbsd-current/sbin/ping6/
H A Dping6.c1603 pr_ip6opt(void *extbuf) argument
1615 ext = (struct ip6_hbh *)extbuf;
1622 currentlen = inet6_opt_next(extbuf, extlen, currentlen,
1655 pr_rthdr(void *extbuf) argument
1659 struct ip6_rthdr *rh = (struct ip6_rthdr *)extbuf;
1665 if ((segments = inet6_rth_segments(extbuf)) >= 0)
1672 in6 = inet6_rth_getaddr(extbuf, i);
/netbsd-current/sbin/restore/
H A Dtape.c1142 static char *extbuf; variable
1154 return (extbuf);
1156 free(extbuf);
1157 if ((extbuf = malloc(extsize)) != NULL) {
1159 return (extbuf);
1162 extbuf = NULL;
1178 memmove(&extbuf[extloc], buf, size);

Completed in 199 milliseconds