Lines Matching refs:target
86 typedef int parse_field_f(void *hdr, struct nl_pstate *npt, void *target);
94 int nlf_get_ifp(void *src, struct nl_pstate *npt, void *target);
95 int nlf_get_ifpz(void *src, struct nl_pstate *npt, void *target);
96 int nlf_get_u8(void *src, struct nl_pstate *npt, void *target);
97 int nlf_get_u16(void *src, struct nl_pstate *npt, void *target);
98 int nlf_get_u32(void *src, struct nl_pstate *npt, void *target);
99 int nlf_get_u8_u32(void *src, struct nl_pstate *npt, void *target);
103 const void *arg, void *target);
171 void *target);
174 const void *arg, void *target);
176 const void *arg, void *target);
178 const void *arg, void *target);
180 const void *arg, void *target);
182 const void *arg, void *target);
184 const void *arg, void *target);
186 const void *arg, void *target);
188 const void *arg, void *target);
190 const void *arg, void *target);
192 const void *arg, void *target);
194 const void *arg, void *target);
196 const void *arg, void *target);
198 const void *arg, void *target);
200 const void *arg, void *target);
202 const void *arg, void *target);
204 const void *arg, void *target);
206 const void *arg, void *target);
208 const void *arg, void *target);
210 const void *arg, void *target);
234 struct nl_pstate *npt, void *target) in nl_parse_header() argument
247 void *dst = (char *)target + fp->off_out; in nl_parse_header()
256 len - parser->nl_hdr_off, parser->np, parser->np_size, npt, target); in nl_parse_header()
259 if (!parser->post_parse(target, npt)) in nl_parse_header()
268 struct nl_pstate *npt, void *target) in nl_parse_nested() argument
271 NLA_DATA_LEN(nla), parser->np, parser->np_size, npt, target)); in nl_parse_nested()
304 struct nl_pstate *npt, void *target) in nl_parse_nlmsg() argument
311 npt, target)); in nl_parse_nlmsg()