Lines Matching refs:v6
74 } v6; member
165 opt.v6.dontfrag.ena = true; in cs_parse_args()
166 opt.v6.dontfrag.val = atoi(optarg); in cs_parse_args()
172 opt.v6.tclass.ena = true; in cs_parse_args()
173 opt.v6.tclass.val = atoi(optarg); in cs_parse_args()
179 opt.v6.hlimit.ena = true; in cs_parse_args()
180 opt.v6.hlimit.val = atoi(optarg); in cs_parse_args()
186 opt.v6.exthdr.ena = true; in cs_parse_args()
189 opt.v6.exthdr.val = IPV6_HOPOPTS; in cs_parse_args()
192 opt.v6.exthdr.val = IPV6_DSTOPTS; in cs_parse_args()
195 opt.v6.exthdr.val = IPV6_RTHDRDSTOPTS; in cs_parse_args()
256 SOL_IPV6, IPV6_DONTFRAG, &opt.v6.dontfrag); in cs_write_cmsg()
258 SOL_IPV6, IPV6_TCLASS, &opt.v6.tclass); in cs_write_cmsg()
260 SOL_IPV6, IPV6_HOPLIMIT, &opt.v6.hlimit); in cs_write_cmsg()
291 if (opt.v6.exthdr.ena) { in cs_write_cmsg()
298 cmsg->cmsg_type = opt.v6.exthdr.val; in cs_write_cmsg()