Searched defs:in6 (Results 1 – 15 of 15) sorted by relevance
| /xnu-11215.81.4/bsd/netinet6/ |
| H A D | in6_ifattach.c | 125 struct in6_addr *in6) /* upper 64bits are preserved */ in get_rand_iid() 255 in6_iid_from_hw(struct ifnet *ifp, struct in6_addr *in6) in in6_iid_from_hw() 407 struct in6_addr *in6) in in6_select_iid_from_all_hw() 618 struct in6_addr *in6, in in6_nigroup() 847 struct in6_addr *in6 = &sin6->sin6_addr; in in6_ifattach_aliasreq() local
|
| H A D | scope6.c | 387 in6_setscope(struct in6_addr *in6, struct ifnet *ifp, u_int32_t *ret_id) in in6_setscope() 456 in6_clearscope(struct in6_addr *in6) in in6_clearscope() 499 in6_verify_ifscope(const struct in6_addr *in6, uint32_t ifscope) in in6_verify_ifscope()
|
| H A D | in6_cga.c | 157 struct in6_addr *in6, struct ifnet *ifp) in in6_cga_generate_iid() 302 struct in6_addr *in6, struct ifnet *ifp) in in6_cga_generate()
|
| H A D | nd6_nbr.c | 1317 struct in6_addr *__single in6; in nd6_na_input() local 2126 struct in6_addr in6; in nd6_dad_duplicated() local 2497 struct in6_addr *__single in6 = &sin6a->sin6_addr; in nd6_alt_node_addr_decompose() local 2518 struct in6_addr *__single in6 = &sin6->sin6_addr; in nd6_alt_node_addr_decompose() local
|
| H A D | in6_src.c | 224 struct in6_addr *__single in6 = NULL; in in6_selectsrc_core_ifa() local 2203 in6_embedscope(struct in6_addr *in6, const struct sockaddr_in6 *sin6, in in6_embedscope() 2317 const struct in6_addr *in6, in in6_recoverscope()
|
| H A D | nd6.h | 152 #define ND6_EUI64_TO_IFID(in6) \ argument 155 #define ND6_EUI64_GROUP(in6) ((in6)->s6_addr[8] & ND6_EUI64_GBIT) argument 156 #define ND6_EUI64_INDIVIDUAL(in6) (!ND6_EUI64_GROUP(in6)) argument 157 #define ND6_EUI64_LOCAL(in6) ((in6)->s6_addr[8] & ND6_EUI64_UBIT) argument 158 #define ND6_EUI64_UNIVERSAL(in6) (!ND6_EUI64_LOCAL(in6)) argument 159 #define ND6_IFID_LOCAL(in6) (!ND6_EUI64_LOCAL(in6)) argument 160 #define ND6_IFID_UNIVERSAL(in6) (!ND6_EUI64_UNIVERSAL(in6)) argument
|
| H A D | in6.c | 3274 in6addr_local(struct in6_addr *in6) in in6addr_local() 3303 in6_localaddr(struct in6_addr *in6) in in6_localaddr()
|
| H A D | nd6.c | 2612 struct in6_addr in6 = {}; in nd6_free() local
|
| H A D | in6_var.h | 226 in6addr_hashval(const struct in6_addr *in6) in in6addr_hashval()
|
| /xnu-11215.81.4/bsd/net/ |
| H A D | netsrc.c | 204 struct in6_addr storage, *in6 = in6_selectsrc(&request->nrq_sin6, NULL, in netsrc_ipv6() local
|
| H A D | if_stf.c | 717 struct in6_addr *in6, in stf_checkaddr6()
|
| /xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_route.c | 1252 struct in6_addr src_storage, *in6; in flow_route_select_laddr() local
|
| H A D | flow_manager.c | 428 struct in6_addr *in6; in flow_mgr_clear_embedded_scope_id() local
|
| /xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw.c | 1234 struct in6_addr *in6; in fsw_protoctl_event_callback() local
|
| /xnu-11215.81.4/tests/ |
| H A D | net_bridge.c | 184 #define ND6_EUI64_TO_IFID(in6) \ argument 187 get_ipv6_ll_address(const ether_addr_t *mac, struct in6_addr * in6) in get_ipv6_ll_address()
|