HomeSort by: relevance | last modified time | path
    Searched refs:extbuf (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/net/
ip6opt.c 441 inet6_opt_init(void *extbuf, socklen_t extlen)
443 struct ip6_ext *ext = (struct ip6_ext *)extbuf;
455 inet6_opt_append(void *extbuf, socklen_t extlen, int offset, uint8_t type,
496 if (extbuf) {
497 uint8_t *optp = (uint8_t *)extbuf + offset;
522 inet6_opt_finish(void *extbuf, socklen_t extlen, int offset)
526 if (extbuf) {
533 padp = (uint8_t *)extbuf + offset;
555 inet6_opt_next(void *extbuf, socklen_t extlen, int offset, uint8_t *typep,
564 lim = (uint8_t *)extbuf + extlen
    [all...]
  /src/sbin/restore/
tape.c 1142 static char *extbuf; variable in typeref:typename:char *
1154 return (extbuf);
1156 free(extbuf);
1157 if ((extbuf = malloc(extsize)) != NULL) {
1159 return (extbuf);
1162 extbuf = NULL;
1178 memmove(&extbuf[extloc], buf, size);
  /src/sbin/ping6/
ping6.c 1603 pr_ip6opt(void *extbuf)
1615 ext = (struct ip6_hbh *)extbuf;
1622 currentlen = inet6_opt_next(extbuf, extlen, currentlen,
1655 pr_rthdr(void *extbuf)
1659 struct ip6_rthdr *rh = (struct ip6_rthdr *)extbuf;
1665 if ((segments = inet6_rth_segments(extbuf)) >= 0)
1672 in6 = inet6_rth_getaddr(extbuf, i);

Completed in 16 milliseconds