Home
last modified time | relevance | path

Searched defs:ip6 (Results 1 – 6 of 6) sorted by relevance

/u-boot/net/
A Dndisc.c91 static int ndisc_has_option(struct ip6_hdr *ip6, __u8 type) in ndisc_has_option()
330 bool validate_ra(struct ip6_hdr *ip6) in validate_ra()
372 int process_ra(struct ip6_hdr *ip6, int len) in process_ra()
431 int ndisc_receive(struct ethernet_hdr *et, struct ip6_hdr *ip6, int len) in ndisc_receive()
A Dping6.c95 int ping6_receive(struct ethernet_hdr *et, struct ip6_hdr *ip6, int len) in ping6_receive()
A Dnet6.c311 struct ip6_hdr *ip6 = (struct ip6_hdr *)xip; in ip6_add_hdr() local
380 int net_ip6_handler(struct ethernet_hdr *et, struct ip6_hdr *ip6, int len) in net_ip6_handler()
/u-boot/include/
A Dndisc.h108 ndisc_receive(struct ethernet_hdr *et, struct ip6_hdr *ip6, int len) in ndisc_receive()
126 static inline bool validate_ra(struct ip6_hdr *ip6) in validate_ra()
131 static inline int process_ra(struct ip6_hdr *ip6, int len) in process_ra()
A Dnet6.h436 net_ip6_handler(struct ethernet_hdr *et, struct ip6_hdr *ip6, in net_ip6_handler()
466 int ping6_receive(struct ethernet_hdr *et, struct ip6_hdr *ip6, int len) in ping6_receive()
/u-boot/test/dm/
A Deth.c36 struct in6_addr ip6 = {0}; in dm_test_string_to_ip6() local
627 struct ip6_hdr *ip6 = (struct ip6_hdr *)ip6_ra_buf; in dm_test_validate_ra() local
661 struct ip6_hdr *ip6 = (struct ip6_hdr *)ip6_ra_buf; in dm_test_process_ra() local

Completed in 18 milliseconds