Lines Matching refs:hlimit
55 unsigned int hlimit; member
75 struct option_cmsg_u32 hlimit; member
192 opt.cmsg.hlimit.ena = true; in cs_parse_args()
193 opt.cmsg.hlimit.val = atoi(optarg); in cs_parse_args()
196 opt.sockopt.hlimit = atoi(optarg); in cs_parse_args()
275 SOL_IP, IP_TTL, &opt.cmsg.hlimit); in cs_write_cmsg()
282 SOL_IPV6, IPV6_HOPLIMIT, &opt.cmsg.hlimit); in cs_write_cmsg()
432 if (opt.sockopt.hlimit && in ca_set_sockopts()
434 &opt.sockopt.hlimit, sizeof(opt.sockopt.hlimit))) in ca_set_sockopts()
445 if (opt.sockopt.hlimit && in ca_set_sockopts()
447 &opt.sockopt.hlimit, sizeof(opt.sockopt.hlimit))) in ca_set_sockopts()