Searched refs:LLE_SF (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/netinet6/ |
H A D | nd6.c | 1353 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() 2399 lle = nd6_lookup(&dst->sin6_addr, LLE_SF(family, LLE_EXCLUSIVE), ifp); in nd6_resolve_slow() 2616 ln_tmp = lla_lookup(LLTABLE6(ifp), LLE_SF(AF_INET6, LLE_EXCLUSIVE), dst); in nd6_add_ifa_lle()
|
H A D | nd6_nbr.c | 380 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 D | nd6_rtr.c | 911 ln = nd6_lookup(&dr->rtaddr, LLE_SF(AF_INET6, 0), dr->ifp); in is_dr_reachable()
|
H A D | icmp6.c | 2520 ln = nd6_lookup(router_ll6, LLE_SF(AF_INET6, 0), ifp); in icmp6_redirect_output()
|
/freebsd/sys/net/ |
H A D | if_llatbl.h | 109 #define LLE_SF(_fam, _flags) (((_flags) & 0xFFFF) | ((_fam) << 16)) macro
|
H A D | if_infiniband.c | 301 error = nd6_resolve(ifp, LLE_SF(af, 0), m, dst, phdr, in infiniband_resolve_addr()
|
H A D | if_fwsubr.c | 197 error = nd6_resolve(fc->fc_ifp, LLE_SF(af, is_gw), m, in firewire_output()
|
H A D | if_llatbl.c | 729 lle = lla_lookup(llt, LLE_SF(l3addr->sa_family, LLE_EXCLUSIVE), l3addr); in lltable_delete_addr()
|
H A D | if_ethersubr.c | 243 error = nd6_resolve(ifp, LLE_SF(af, 0), m, dst, phdr, in ether_resolve_addr()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_addr.c | 398 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 D | toecore.c | 487 rc = nd6_resolve(ifp, LLE_SF(AF_INET6, 0), NULL, sa, lladdr, in toe_l2_resolve()
|
/freebsd/sys/dev/irdma/ |
H A D | fbsd_kcompat.c | 414 err = nd6_resolve(ifp, LLE_SF(AF_INET6, gateway), NULL, nexthop, in irdma_get_dst_mac()
|