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