Home
last modified time | relevance | path

Searched refs:nlattr_get_ip (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netlink/route/
H A Drt.c407 { .type = NL_RTA_GATEWAY, .off = _OUT(gw), .cb = nlattr_get_ip },
507 { .type = NL_RTA_DST, .off = _OUT(rta_dst), .cb = nlattr_get_ip },
509 { .type = NL_RTA_GATEWAY, .off = _OUT(rta_gw), .cb = nlattr_get_ip },
H A Diface.c758 { .type = IFA_ADDRESS, .off = _OUT(ifa_address), .cb = nlattr_get_ip },
759 { .type = IFA_LOCAL, .off = _OUT(ifa_local), .cb = nlattr_get_ip },
760 { .type = IFA_BROADCAST, .off = _OUT(ifa_broadcast), .cb = nlattr_get_ip },
H A Dneigh.c332 { .type = NDA_DST, .off = _OUT(nda_dst), .cb = nlattr_get_ip },
H A Dnexthop.c728 { .type = NHA_GATEWAY, .off = _OUT(nha_gw), .cb = nlattr_get_ip },
/freebsd/sys/netlink/
H A Dnetlink_message_parser.h175 int nlattr_get_ip(struct nlattr *nla, struct nl_pstate *npt,
H A Dnetlink_message_parser.c274 nlattr_get_ip(struct nlattr *nla, struct nl_pstate *npt, const void *arg, in parse_rta_via()
261 nlattr_get_ip(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target) nlattr_get_ip() function