Searched defs:extbuf (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/lib/libc/net/ |
H A D | ip6opt.c | 441 inet6_opt_init(void *extbuf, socklen_t extlen) in inet6_opt_init() 455 inet6_opt_append(void *extbuf, socklen_t extlen, int offset, uint8_t type, in inet6_opt_append() 522 inet6_opt_finish(void *extbuf, socklen_t extlen, int offset) in inet6_opt_finish() 555 inet6_opt_next(void *extbuf, socklen_t extlen, int offset, uint8_t *typep, in inet6_opt_next() 606 inet6_opt_find(void *extbuf, socklen_t extlen, int offset, uint8_t type, in inet6_opt_find()
|
/netbsd-src/sbin/ping6/ |
H A D | ping6.c | 1603 pr_ip6opt(void *extbuf) in pr_ip6opt() 1655 pr_rthdr(void *extbuf) in pr_rthdr()
|
/netbsd-src/sbin/restore/ |
H A D | tape.c | 1142 static char *extbuf; variable
|