Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libc/net/
H A Dip6opt.c391 inet6_opt_init(void *extbuf, socklen_t extlen) in inet6_opt_init()
405 inet6_opt_append(void *extbuf, socklen_t extlen, int offset, u_int8_t type, in inet6_opt_append()
470 inet6_opt_finish(void *extbuf, socklen_t extlen, int offset) in inet6_opt_finish()
503 inet6_opt_next(void *extbuf, socklen_t extlen, int offset, u_int8_t *typep, in inet6_opt_next()
552 inet6_opt_find(void *extbuf, socklen_t extlen, int offset, u_int8_t type, in inet6_opt_find()
/freebsd-12.1/contrib/dma/
H A Dnet.c122 read_remote(int fd, int extbufsize, char *extbuf) in read_remote()
/freebsd-12.1/sbin/ping6/
H A Dping6.c1860 pr_ip6opt(void *extbuf, size_t bufsize) in pr_ip6opt()
1922 pr_rthdr(void *extbuf, size_t bufsize) in pr_rthdr()
/freebsd-12.1/sbin/restore/
H A Dtape.c986 static char *extbuf; variable