Home
last modified time | relevance | path

Searched refs:LLE_SF (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/netinet6/
H A Dnd6.c1353 if ((lle = nd6_lookup(&addr->sin6_addr, LLE_SF(AF_INET6, 0), ifp)) != NULL) { in nd6_is_addr_neighbor()
1841 ln = nd6_lookup(&nb_addr, LLE_SF(AF_INET6, 0), ifp); in nd6_ioctl()
1991 ln = nd6_lookup(from, LLE_SF(AF_INET6, flags), ifp); in nd6_cache_lladdr()
2017 ln_tmp = nd6_lookup(from, LLE_SF(AF_INET6, LLE_EXCLUSIVE), ifp); in nd6_cache_lladdr()
2282 ln = nd6_lookup(&dst6->sin6_addr, LLE_SF(family, lookup_flags), ifp); in nd6_resolve()
2343 lle_tmp = nd6_lookup(addr, LLE_SF(AF_INET6, LLE_EXCLUSIVE), ifp); in nd6_get_llentry()
2398 lle = nd6_lookup(&dst->sin6_addr, LLE_SF(family, LLE_EXCLUSIVE), ifp); in nd6_resolve_slow()
2615 ln_tmp = lla_lookup(LLTABLE6(ifp), LLE_SF(AF_INET6, LLE_EXCLUSIVE), dst); in nd6_add_ifa_lle()
H A Dnd6_nbr.c380 ln = nd6_lookup(taddr6, LLE_SF(AF_INET6, 0), ifp); in nd6_proxy_fill_sdl()
793 ln = nd6_lookup(&taddr6, LLE_SF(AF_INET6, LLE_EXCLUSIVE), ifp); in nd6_na_input()
H A Dnd6_rtr.c911 ln = nd6_lookup(&dr->rtaddr, LLE_SF(AF_INET6, 0), dr->ifp); in is_dr_reachable()
H A Dicmp6.c2509 ln = nd6_lookup(router_ll6, LLE_SF(AF_INET6, 0), ifp); in icmp6_redirect_output()
/freebsd/sys/net/
H A Dif_llatbl.h109 #define LLE_SF(_fam, _flags) (((_flags) & 0xFFFF) | ((_fam) << 16)) macro
H A Dif_infiniband.c264 error = nd6_resolve(ifp, LLE_SF(af, 0), m, dst, phdr, in infiniband_resolve_addr()
H A Dif_fwsubr.c197 error = nd6_resolve(fc->fc_ifp, LLE_SF(af, is_gw), m, in firewire_output()
H A Dif_llatbl.c729 lle = lla_lookup(llt, LLE_SF(l3addr->sa_family, LLE_EXCLUSIVE), l3addr); in lltable_delete_addr()
H A Dif_ethersubr.c243 error = nd6_resolve(ifp, LLE_SF(af, 0), m, dst, phdr, in ether_resolve_addr()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_addr.c398 error = nd6_resolve(ifp, LLE_SF(AF_INET, is_gw), NULL, in addr4_resolve()
591 error = nd6_resolve(ifp, LLE_SF(AF_INET6, is_gw), NULL, in addr6_resolve()
/freebsd/sys/netinet/
H A Dtoecore.c487 rc = nd6_resolve(ifp, LLE_SF(AF_INET6, 0), NULL, sa, lladdr, in toe_l2_resolve()
/freebsd/sys/dev/irdma/
H A Dfbsd_kcompat.c414 err = nd6_resolve(ifp, LLE_SF(AF_INET6, gateway), NULL, nexthop, in irdma_get_dst_mac()