Searched refs:nexthop (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-eigrp.c | 127 nd_ipv4 nexthop; member 140 nd_ipv4 nexthop; member 166 nd_byte nexthop[4]; member 179 nd_byte nexthop[4]; member 367 if (GET_BE_U_4(tlv_ptr.eigrp_tlv_ip_int->nexthop) == 0) in eigrp_print() 371 GET_IPADDR_STRING(tlv_ptr.eigrp_tlv_ip_int->nexthop)); in eigrp_print() 402 if (GET_BE_U_4(tlv_ptr.eigrp_tlv_ip_ext->nexthop) == 0) in eigrp_print() 406 GET_IPADDR_STRING(tlv_ptr.eigrp_tlv_ip_ext->nexthop)); in eigrp_print() 451 if (GET_BE_U_4(tlv_ptr.eigrp_tlv_at_int->nexthop) == 0) in eigrp_print() 455 GET_BE_U_2(&tlv_ptr.eigrp_tlv_at_int->nexthop[0]), in eigrp_print() [all …]
|
/freebsd/sys/netinet/ |
H A D | in_fib_dxr.c | 124 nexthop: DXR_TRIE_BITS; 130 nexthop: DXR_TRIE_BITS - 8; 140 uint32_t nexthop; 238 return (range[middle].nexthop); \ 244 return (range[lowerbound].nexthop); 362 fhp->nexthop = fib_get_nhop_idx(da->fd, rnd.rnd_nhop); in initheap() 364 fhp->preflen = fhp->nexthop = fhp->start = 0; in initheap() 682 fhp->nexthop = nh; in heap_inject() 723 if (fhp->end > oend && fhp->nexthop != fp->nexthop) { in dxr_walk() 127 nexthop: DXR_TRIE_BITS; global() member 133 nexthop: DXR_TRIE_BITS - 8; global() member 143 uint32_t nexthop; global() member [all...] |
/freebsd/sys/modules/netlink/ |
H A D | Makefile | 7 route/nexthop.c route/rt.c
|
/freebsd/sys/dev/irdma/ |
H A D | fbsd_kcompat.c | 362 struct ifnet **ifp, struct sockaddr **nexthop, bool *gateway) in irdma_get_route_ifp() argument 375 *nexthop = (*gateway) ? &nh->gw_sa : dst_sin; in irdma_get_route_ifp() 400 struct sockaddr *nexthop; in irdma_get_dst_mac() local 407 err = irdma_get_route_ifp(dst_sin, netdev, &ifp, &nexthop, &gateway); in irdma_get_dst_mac() 412 err = arpresolve(ifp, gateway, NULL, nexthop, dst_mac, NULL, &lle); in irdma_get_dst_mac() 414 err = nd6_resolve(ifp, LLE_SF(AF_INET6, gateway), NULL, nexthop, in irdma_get_dst_mac()
|
/freebsd/sys/conf/ |
H A D | files | 4509 netlink/route/nexthop.c optional netlink
|