(sd, buf, len)
| 427 | } |
| 428 | |
| 429 | function get_rthdr(sd, buf, len) { |
| 430 | return gsockopt(sd, IPPROTO_IPV6, IPV6_RTHDR, buf, len); |
| 431 | } |
| 432 | |
| 433 | function set_rthdr(sd, buf, len) { |
| 434 | ssockopt(sd, IPPROTO_IPV6, IPV6_RTHDR, buf, len); |
no test coverage detected