Home
last modified time | relevance | path

Searched refs:ip6_addr_t (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_lwt_seg6local.c30 struct ip6_addr_t { struct
44 struct ip6_addr_t segments[0];
129 sizeof(struct ip6_addr_t) * (srh->first_segment + 1); in is_valid_tlv_boundary()
269 struct ip6_addr_t egr_addr; in has_egr_tlv()
289 struct ip6_addr_t *seg; in __encap_srh()
303 seg = (struct ip6_addr_t *)((char *)srh + sizeof(*srh)); in __encap_srh()
309 seg = (struct ip6_addr_t *)((char *)seg + sizeof(*seg)); in __encap_srh()
328 struct ip6_addr_t addr; in __add_egr_x()
H A Dtest_seg6_loop.c30 struct ip6_addr_t { struct
44 struct ip6_addr_t segments[0];
130 sizeof(struct ip6_addr_t) * (srh->first_segment + 1); in is_valid_tlv_boundary()
232 struct ip6_addr_t addr; in __add_egr_x()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_lwt_seg6local.c30 struct ip6_addr_t { struct
44 struct ip6_addr_t segments[0];
129 sizeof(struct ip6_addr_t) * (srh->first_segment + 1); in is_valid_tlv_boundary()
269 struct ip6_addr_t egr_addr; in has_egr_tlv()
289 struct ip6_addr_t *seg; in __encap_srh()
303 seg = (struct ip6_addr_t *)((char *)srh + sizeof(*srh)); in __encap_srh()
309 seg = (struct ip6_addr_t *)((char *)seg + sizeof(*seg)); in __encap_srh()
328 struct ip6_addr_t addr; in __add_egr_x()
H A Dtest_seg6_loop.c30 struct ip6_addr_t { struct
44 struct ip6_addr_t segments[0];
130 sizeof(struct ip6_addr_t) * (srh->first_segment + 1); in is_valid_tlv_boundary()
232 struct ip6_addr_t addr; in __add_egr_x()
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H A Dfixme.c145 static void tcp_unlock_accept(ip6_addr_t *ipaddr) in tcp_unlock_accept()
150 static void netif_ip6_addr_setinvalid(struct netif *netif, const ip6_addr_t *addr6) in netif_ip6_addr_setinvalid()
417 int ip6addr_aton(const char *cp, ip6_addr_t *addr)
H A Dapi_shell.c159 ip6_addr_t src_addr;
160 ip6_addr_t dst_addr;
317 addr = ip6addr_ntoa((const ip6_addr_t *)&netif->ip6_addr[i]);
2403 inet6_addr_from_ip6addr(&stHostAddr6.sin6_addr, (ip6_addr_t *)param);
2555 ip6addr_ntoa((const ip6_addr_t *)&(ping6_params->dst_addr)));
2710 if (ip6addr_aton(argv[1], ((ip6_addr_t *)&dns))) {
2714 if (!ip6_addr_isglobal((ip6_addr_t *)&dns)) {
3812 (void)ip6addr_ntoa_r((const ip6_addr_t *)(prefix_list[i].prefix.addr), (acIPv6Addr), sizeof(acIPv6Addr));
3838 (void)ip6addr_ntoa_r((const ip6_addr_t *)(neighbor_cache[i].next_hop_address.addr), (acIPv6Addr),
3873 (void)ip6addr_ntoa_r((const ip6_addr_t *)(destination_cach
[all...]
/kernel/liteos_m/components/net/lwip-2.1/enhancement/src/
H A Dfixme.c118 int ip6addr_aton(const char *cp, ip6_addr_t *addr) in ip6addr_aton()
H A Dlwip_ifaddrs.c204 inet6_addr_from_ip6addr(&addr_in6->sin6_addr, (ip6_addr_t *)&netif->ip6_addr[tmp_index]); in get_ipv6_ifaddr()
/kernel/uniproton/src/net/lwip-2.1/enhancement/src/
H A Dfixme.c96 int ip6addr_aton(const char *cp, ip6_addr_t *addr) in ip6addr_aton()
H A Dlwip_ifaddrs.c190 inet6_addr_from_ip6addr(&addrIn6->sin6_addr, (ip6_addr_t *)&netif->ip6_addr[tmp_index]); in OsGetIpv6Ifaddr()

Completed in 10 milliseconds