Searched refs:ip6addr (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ndisc_snoop.c | 22 struct ip6addr { struct 43 struct ip6addr *ip6addr; in sta_ip6addr_add() argument 45 ip6addr = os_zalloc(sizeof(*ip6addr)); in sta_ip6addr_add() 46 if (!ip6addr) in sta_ip6addr_add() 49 os_memcpy(&ip6addr->addr, addr, sizeof(*addr)); in sta_ip6addr_add() 51 dl_list_add_tail(&sta->ip6addr, &ip6addr->list); in sta_ip6addr_add() 59 struct ip6addr *ip6addr, *prev; in sta_ip6addr_del() local 61 dl_list_for_each_safe(ip6addr, prev, &sta->ip6addr, struct ip6addr, in sta_ip6addr_del() 63 hostapd_drv_br_delete_ip_neigh(hapd, 6, (u8 *) &ip6addr->addr); in sta_ip6addr_del() 64 os_free(ip6addr); in sta_ip6addr_del() [all …]
|
D | sta_info.h | 77 struct dl_list ip6addr; /* list head for struct ip6addr */ member
|
D | sta_info.c | 767 dl_list_init(&sta->ip6addr); in ap_sta_add()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/ |
D | ares-test-parse-aaaa.cc | 25 EXPECT_EQ(0x01, info[0].ip6addr._S6_un._S6_u8[0]); in TEST_F() 26 EXPECT_EQ(0x02, info[0].ip6addr._S6_un._S6_u8[4]); in TEST_F() 56 EXPECT_EQ(0x01, info[0].ip6addr._S6_un._S6_u8[0]); in TEST_F() 57 EXPECT_EQ(0x02, info[0].ip6addr._S6_un._S6_u8[4]); in TEST_F() 70 EXPECT_EQ(0x01, info[0].ip6addr._S6_un._S6_u8[0]); in TEST_F() 71 EXPECT_EQ(0x02, info[0].ip6addr._S6_un._S6_u8[4]); in TEST_F()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_parse_aaaa_reply.c | 169 memcpy(&at->ip6addr, aptr, sizeof(struct ares_in6_addr)); in ares_parse_aaaa_reply()
|
D | ares.h | 506 struct ares_in6_addr ip6addr; member
|
/external/libpcap/ |
D | grammar.y.in | 476 bpf_set_error(cstate, "'ip6addr/prefixlen' not supported " 487 bpf_set_error(cstate, "'ip6addr' not supported "
|