Searched refs:nlattr_get_ip (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/netlink/route/ |
H A D | rt.c | 407 { .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 D | iface.c | 758 { .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 D | neigh.c | 332 { .type = NDA_DST, .off = _OUT(nda_dst), .cb = nlattr_get_ip },
|
H A D | nexthop.c | 728 { .type = NHA_GATEWAY, .off = _OUT(nha_gw), .cb = nlattr_get_ip },
|
/freebsd/sys/netlink/ |
H A D | netlink_message_parser.h | 175 int nlattr_get_ip(struct nlattr *nla, struct nl_pstate *npt,
|
H A D | netlink_message_parser.c | 274 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
|