Home
last modified time | relevance | path

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

/dragonfly/lib/libc/net/
H A Dip6opt.c377 inet6_opt_init(void *extbuf, socklen_t extlen) in inet6_opt_init() argument
430 if (extbuf) { in inet6_opt_append()
431 u_int8_t *optp = (u_int8_t *)extbuf + offset; in inet6_opt_append()
459 if (extbuf) { in inet6_opt_finish()
466 padp = (u_int8_t *)extbuf + offset; in inet6_opt_finish()
497 lim = (u_int8_t *)extbuf + extlen; in inet6_opt_next()
507 optp = (u_int8_t *)extbuf + offset; in inet6_opt_next()
526 return(optp + optlen - (u_int8_t *)extbuf); in inet6_opt_next()
545 lim = (u_int8_t *)extbuf + extlen; in inet6_opt_find()
555 optp = (u_int8_t *)extbuf + offset; in inet6_opt_find()
[all …]
/dragonfly/sbin/hammer/
H A Dcmd_snapshot.c85 char extbuf[64]; in hammer_cmd_snap() local
88 strftime(extbuf, sizeof(extbuf), DEFAULT_SNAPSHOT_NAME, tp); in hammer_cmd_snap()
91 asprintf(&tsym, "%s/%s", dirpath, extbuf); in hammer_cmd_snap()
/dragonfly/libexec/dma/
H A Dnet.c123 read_remote(int fd, int extbufsize, char *extbuf) in read_remote() argument
176 if (extbufpos <= (extbufsize - 1) && rlen > 0 && extbufsize > 0 && extbuf != NULL) { in read_remote()
181 memcpy(extbuf + extbufpos, buff + len - rlen, rlen); in read_remote()
/dragonfly/sbin/ping6/
H A Dping6.c1607 pr_ip6opt(void *extbuf, size_t bufsize) in pr_ip6opt() argument
1618 ext = (struct ip6_hbh *)extbuf; in pr_ip6opt()
1636 currentlen = inet6_opt_next(extbuf, extlen, currentlen, in pr_ip6opt()
1671 pr_ip6opt(void *extbuf __unused, size_t bufsize __unused) in pr_ip6opt()
1680 pr_rthdr(void *extbuf, size_t bufsize __unused) in pr_rthdr() argument
1682 struct ip6_rthdr *rh = (struct ip6_rthdr *)extbuf; in pr_rthdr()
1696 pr_rthdr(void *extbuf __unused) in pr_rthdr()