Lines Matching refs:tclass
54 unsigned int tclass; member
74 struct option_cmsg_u32 tclass; member
185 opt.cmsg.tclass.ena = true; in cs_parse_args()
186 opt.cmsg.tclass.val = atoi(optarg); in cs_parse_args()
189 opt.sockopt.tclass = atoi(optarg); in cs_parse_args()
273 SOL_IP, IP_TOS, &opt.cmsg.tclass); in cs_write_cmsg()
280 SOL_IPV6, IPV6_TCLASS, &opt.cmsg.tclass); in cs_write_cmsg()
428 if (opt.sockopt.tclass && in ca_set_sockopts()
430 &opt.sockopt.tclass, sizeof(opt.sockopt.tclass))) in ca_set_sockopts()
441 if (opt.sockopt.tclass && in ca_set_sockopts()
443 &opt.sockopt.tclass, sizeof(opt.sockopt.tclass))) in ca_set_sockopts()