(sd, buf, len)
| 471 | } |
| 472 | |
| 473 | function get_rthdr(sd, buf, len) { |
| 474 | return gsockopt(sd, IPPROTO_IPV6, IPV6_RTHDR, buf, len); |
| 475 | } |
| 476 | |
| 477 | function set_rthdr(sd, buf, len) { |
| 478 | ssockopt(sd, IPPROTO_IPV6, IPV6_RTHDR, buf, len); |
no test coverage detected