Home
last modified time | relevance | path

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

/freebsd/lib/libc/net/
H A Dip6opt.c388 inet6_opt_init(void *extbuf, socklen_t extlen) in inet6_opt_init()
402 inet6_opt_append(void *extbuf, socklen_t extlen, int offset, u_int8_t type, in inet6_opt_append()
467 inet6_opt_finish(void *extbuf, socklen_t extlen, int offset) in inet6_opt_finish()
500 inet6_opt_next(void *extbuf, socklen_t extlen, int offset, u_int8_t *typep, in inet6_opt_next()
549 inet6_opt_find(void *extbuf, socklen_t extlen, int offset, u_int8_t type, in inet6_opt_find()
/freebsd/contrib/dma/
H A Dnet.c127 read_remote(int fd, int extbufsize, char *extbuf) in read_remote()
/freebsd/sbin/ping/
H A Dping6.c1854 pr_ip6opt(void *extbuf, size_t bufsize) in pr_ip6opt()
1916 pr_rthdr(void *extbuf, size_t bufsize) in pr_rthdr()
/freebsd/sbin/restore/
H A Dtape.c979 static char *extbuf; global() variable