Searched refs:extbuf (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/lib/libc/net/ |
| D | ip6opt.c | 392 inet6_opt_init(void *extbuf, socklen_t extlen) in inet6_opt_init() argument 394 struct ip6_ext *ext = (struct ip6_ext *)extbuf; in inet6_opt_init() 409 inet6_opt_append(void *extbuf, socklen_t extlen, int offset, u_int8_t type, in inet6_opt_append() argument 448 if (extbuf) { in inet6_opt_append() 449 u_int8_t *optp = (u_int8_t *)extbuf + offset; in inet6_opt_append() 474 inet6_opt_finish(void *extbuf, socklen_t extlen, int offset) in inet6_opt_finish() argument 478 if (extbuf) { in inet6_opt_finish() 485 padp = (u_int8_t *)extbuf + offset; in inet6_opt_finish() 507 inet6_opt_next(void *extbuf, socklen_t extlen, int offset, u_int8_t *typep, in inet6_opt_next() argument 516 lim = (u_int8_t *)extbuf + extlen; in inet6_opt_next() [all …]
|
| /freebsd-10-stable/sbin/restore/ |
| D | tape.c | 1038 static char *extbuf; variable 1050 return (extbuf); in setupextattr() 1052 free(extbuf); in setupextattr() 1053 if ((extbuf = malloc(extsize)) != NULL) { in setupextattr() 1055 return (extbuf); in setupextattr() 1058 extbuf = NULL; in setupextattr() 1074 memmove(&extbuf[extloc], buf, size); in xtrattr()
|
| /freebsd-10-stable/sbin/ping6/ |
| D | ping6.c | 1783 pr_ip6opt(void *extbuf, size_t bufsize) in pr_ip6opt() argument 1794 ext = (struct ip6_hbh *)extbuf; in pr_ip6opt() 1812 currentlen = inet6_opt_next(extbuf, extlen, currentlen, in pr_ip6opt() 1846 pr_ip6opt(void *extbuf, size_t bufsize __unused) in pr_ip6opt() argument 1855 pr_rthdr(void *extbuf, size_t bufsize) in pr_rthdr() argument 1859 struct ip6_rthdr *rh = (struct ip6_rthdr *)extbuf; in pr_rthdr() 1865 if ((segments = inet6_rth_segments(extbuf)) >= 0) { in pr_rthdr() 1894 in6 = inet6_rth_getaddr(extbuf, i); in pr_rthdr() 1912 pr_rthdr(void *extbuf, size_t bufsize __unused) in pr_rthdr() argument
|