Lines Matching defs:hdr
2017 struct nlmsghdr hdr;
2023 req.hdr.nlmsg_len = NLMSG_LENGTH(sizeof(struct rtmsg));
2024 req.hdr.nlmsg_flags = NLM_F_ACK| NLM_F_REQUEST | route_flags;
2025 req.hdr.nlmsg_type = TT.route_cmd;
2045 add_string_to_rtattr(&req.hdr, sizeof(req), RTA_PREFSRC, addr, len);
2051 add_string_to_rtattr(&req.hdr, sizeof(req),RTA_GATEWAY, addr, len);
2082 add_string_to_rtattr(&req.hdr, sizeof(req),
2098 if (len) add_string_to_rtattr(&req.hdr, sizeof(req),RTA_DST, addr, len);
2104 add_string_to_rtattr(&req.hdr, sizeof(req),
2110 add_string_to_rtattr(&req.hdr, sizeof(req),