Searched refs:nlf_get_u8 (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/netlink/route/ |
H A D | rt.c | 411 { .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 D | iface.c | 744 { .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 D | nexthop.c | 719 { .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 D | neigh.c | 325 { .off_in = _IN(ndm_family), .off_out = _OUT(ndm_family), .cb = nlf_get_u8 },
|
/freebsd/sys/netlink/ |
H A D | netlink_message_parser.h | 96 int nlf_get_u8(void *src, struct nl_pstate *npt, void *target);
|
H A D | netlink_message_parser.c | 608 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 D | netlink_generic.c | 242 { .off_in = _IN(version), .off_out = _OUT(version), .cb = nlf_get_u8 },
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_nl.c | 77 { .off_in = _IN(version), .off_out = _OUT(version), .cb = nlf_get_u8 },
|