Lines Matching full:v6
72 } v6; member
157 opt.v6.dontfrag.ena = true; in cs_parse_args()
158 opt.v6.dontfrag.val = atoi(optarg); in cs_parse_args()
164 opt.v6.tclass.ena = true; in cs_parse_args()
165 opt.v6.tclass.val = atoi(optarg); in cs_parse_args()
171 opt.v6.hlimit.ena = true; in cs_parse_args()
172 opt.v6.hlimit.val = atoi(optarg); in cs_parse_args()
178 opt.v6.exthdr.ena = true; in cs_parse_args()
181 opt.v6.exthdr.val = IPV6_HOPOPTS; in cs_parse_args()
184 opt.v6.exthdr.val = IPV6_DSTOPTS; in cs_parse_args()
187 opt.v6.exthdr.val = IPV6_RTHDRDSTOPTS; in cs_parse_args()
248 SOL_IPV6, IPV6_DONTFRAG, &opt.v6.dontfrag); in cs_write_cmsg()
250 SOL_IPV6, IPV6_TCLASS, &opt.v6.tclass); in cs_write_cmsg()
252 SOL_IPV6, IPV6_HOPLIMIT, &opt.v6.hlimit); in cs_write_cmsg()
297 if (opt.v6.exthdr.ena) { in cs_write_cmsg()
304 cmsg->cmsg_type = opt.v6.exthdr.val; in cs_write_cmsg()