Searched refs:nlattr_get_ipvia (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netlink/ |
H A D | netlink_message_parser.h | 195 int nlattr_get_ipvia(struct nlattr *nla, struct nl_pstate *npt,
|
H A D | netlink_message_parser.c | 319 nlattr_get_ipvia(struct nlattr *nla, struct nl_pstate *npt, const void *arg, in nlattr_get_bool() 305 nlattr_get_ipvia(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target) nlattr_get_ipvia() function
|
/freebsd/sys/netlink/route/ |
H A D | rt.c | 408 { .type = NL_RTA_VIA, .off = _OUT(gw), .cb = nlattr_get_ipvia }, 515 { .type = NL_RTA_VIA, .off = _OUT(rta_gw), .cb = nlattr_get_ipvia },
|