Lines Matching refs:sockopt
53 } sockopt; member
147 opt.sockopt.mark = atoi(optarg); in cs_parse_args()
161 opt.sockopt.dontfrag = atoi(optarg); in cs_parse_args()
168 opt.sockopt.tclass = atoi(optarg); in cs_parse_args()
175 opt.sockopt.hlimit = atoi(optarg); in cs_parse_args()
397 if (opt.sockopt.mark && in ca_set_sockopts()
399 &opt.sockopt.mark, sizeof(opt.sockopt.mark))) in ca_set_sockopts()
401 if (opt.sockopt.dontfrag && in ca_set_sockopts()
403 &opt.sockopt.dontfrag, sizeof(opt.sockopt.dontfrag))) in ca_set_sockopts()
405 if (opt.sockopt.tclass && in ca_set_sockopts()
407 &opt.sockopt.tclass, sizeof(opt.sockopt.tclass))) in ca_set_sockopts()
409 if (opt.sockopt.hlimit && in ca_set_sockopts()
411 &opt.sockopt.hlimit, sizeof(opt.sockopt.hlimit))) in ca_set_sockopts()