Searched refs:nlf_get_u32 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netlink/route/ |
H A D | iface.c | 394 { .off_in = _IN(ifi_index), .off_out = _OUT(ifi_index), .cb = nlf_get_u32 }, 395 { .off_in = _IN(ifi_flags), .off_out = _OUT(ifi_flags), .cb = nlf_get_u32 }, 396 { .off_in = _IN(ifi_change), .off_out = _OUT(ifi_change), .cb = nlf_get_u32 }, 748 { .off_in = _IN(ifa_index), .off_out = _OUT(ifa_index), .cb = nlf_get_u32 },
|
H A D | rt.c | 525 { .off_in = _IN(rtm_flags), .off_out = _OUT(rtm_flags), .cb = nlf_get_u32 }, in post_p_rtmsg()
|
/freebsd/sys/netlink/ |
H A D | netlink_message_parser.h | 98 int nlf_get_u32(void *src, struct nl_pstate *npt, void *target);
|
H A D | netlink_message_parser.c | 632 nlf_get_u32(void *src, struct nl_pstate *npt, void *target) 591 nlf_get_u32(void *src, struct nl_pstate *npt, void *target) nlf_get_u32() function
|