Home
last modified time | relevance | path

Searched refs:NL_RTA_DST (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netlink/route/
H A Droute.h147 NL_RTA_DST = 1, /* binary, IPv4/IPv6 destination */ enumerator
196 #define RTA_DST NL_RTA_DST
H A Drt.c304 nlattr_add(nw, NL_RTA_DST, 4, &addr); in dump_px()
313 nlattr_add(nw, NL_RTA_DST, 16, &addr); in dump_px()
507 { .type = NL_RTA_DST, .off = _OUT(rta_dst), .cb = nlattr_get_ip },
/freebsd/sys/netlink/
H A Dnetlink_snl_route_parsers.h137 { .type = NL_RTA_DST, .off = _OUT(rta_dst), .cb = snl_attr_get_ip },