Home
last modified time | relevance | path

Searched refs:nlf_get_u8 (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/netlink/route/
H A Drt.c411 { .off_in = _IN(rtnh_flags), .off_out = _OUT(rtnh_flags), .cb = nlf_get_u8 },
412 { .off_in = _IN(rtnh_hops), .off_out = _OUT(rtnh_weight), .cb = nlf_get_u8 },
520 { .off_in = _IN(rtm_family), .off_out = _OUT(rtm_family), .cb = nlf_get_u8 }, in post_p_rtmsg()
521 { .off_in = _IN(rtm_dst_len), .off_out = _OUT(rtm_dst_len), .cb = nlf_get_u8 }, in post_p_rtmsg()
522 { .off_in = _IN(rtm_protocol), .off_out = _OUT(rtm_protocol), .cb = nlf_get_u8 }, in post_p_rtmsg()
523 { .off_in = _IN(rtm_type), .off_out = _OUT(rtm_type), .cb = nlf_get_u8 }, in post_p_rtmsg()
524 { .off_in = _IN(rtm_table), .off_out = _OUT(rtm_table), .cb = nlf_get_u8 }, in post_p_rtmsg()
H A Diface.c744 { .off_in = _IN(ifa_family), .off_out = _OUT(ifa_family), .cb = nlf_get_u8 },
745 { .off_in = _IN(ifa_prefixlen), .off_out = _OUT(ifa_prefixlen), .cb = nlf_get_u8 },
746 { .off_in = _IN(ifa_scope), .off_out = _OUT(ifa_scope), .cb = nlf_get_u8 },
H A Dnexthop.c719 { .off_in = _IN(nh_family), .off_out = _OUT(nh_family), .cb = nlf_get_u8 },
720 { .off_in = _IN(nh_protocol), .off_out = _OUT(nh_protocol), .cb = nlf_get_u8 },
H A Dneigh.c325 { .off_in = _IN(ndm_family), .off_out = _OUT(ndm_family), .cb = nlf_get_u8 },
/freebsd/sys/netlink/
H A Dnetlink_message_parser.h96 int nlf_get_u8(void *src, struct nl_pstate *npt, void *target);
H A Dnetlink_message_parser.c608 nlf_get_u8(void *src, struct nl_pstate *npt, void *target)
567 nlf_get_u8(void *src, struct nl_pstate *npt, void *target) nlf_get_u8() function
H A Dnetlink_generic.c242 { .off_in = _IN(version), .off_out = _OUT(version), .cb = nlf_get_u8 },
/freebsd/sys/netpfil/pf/
H A Dpf_nl.c77 { .off_in = _IN(version), .off_out = _OUT(version), .cb = nlf_get_u8 },