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

/netbsd-6-1-5-RELEASE/lib/libc/net/
H A Dip6opt.c447 inet6_opt_init(void *extbuf, socklen_t extlen) argument
449 struct ip6_ext *ext = (struct ip6_ext *)extbuf;
464 inet6_opt_append(void *extbuf, socklen_t extlen, int offset, u_int8_t type, argument
504 if (extbuf) {
505 u_int8_t *optp = (u_int8_t *)extbuf + offset;
529 inet6_opt_finish(void *extbuf, socklen_t extlen, int offset) argument
533 if (extbuf) {
540 padp = (u_int8_t *)extbuf + offset;
562 inet6_opt_next(void *extbuf, socklen_t extlen, int offset, u_int8_t *typep, argument
571 lim = (u_int8_t *)extbuf
610 inet6_opt_find(void *extbuf, socklen_t extlen, int offset, u_int8_t type, socklen_t *lenp, void **databufp) argument
[all...]
/netbsd-6-1-5-RELEASE/sbin/ping6/
H A Dping6.c1687 pr_ip6opt(void *extbuf) argument
1699 ext = (struct ip6_hbh *)extbuf;
1706 currentlen = inet6_opt_next(extbuf, extlen, currentlen,
1739 pr_rthdr(void *extbuf) argument
1743 struct ip6_rthdr *rh = (struct ip6_rthdr *)extbuf;
1749 if ((segments = inet6_rth_segments(extbuf)) >= 0)
1756 in6 = inet6_rth_getaddr(extbuf, i);

Completed in 113 milliseconds