Home
last modified time | relevance | path

Searched refs:ndaf_next_ts (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netlink/route/
H A Dneigh.c311 uint32_t ndaf_next_ts; member
320 { .type = NDAF_NEXT_STATE_TS, .off = _OUT(ndaf_next_ts), .cb = nlattr_get_uint32 },
431 lle->la_expire = attrs.ndaf_next_ts - time_second + time_uptime; in rtnl_handle_newneigh()
/freebsd/usr.sbin/arp/
H A Darp_netlink.c221 if (neigh->ndaf_next_ts == 0) in print_entry()
228 if ((expire_time = neigh->ndaf_next_ts - now.tv_sec) > 0) in print_entry()
/freebsd/sys/netlink/
H A Dnetlink_snl_route_parsers.h251 uint32_t ndaf_next_ts; member
259 { .type = NDAF_NEXT_STATE_TS, .off = _OUT(ndaf_next_ts), .cb = snl_attr_get_uint32 },
/freebsd/usr.sbin/ndp/
H A Dndp_netlink.c258 time_t expire = (time_t)neigh->ndaf_next_ts; in print_entry()