Searched defs:ip6 (Results 1 – 6 of 6) sorted by relevance
/u-boot/net/ |
A D | ndisc.c | 91 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 D | ping6.c | 95 int ping6_receive(struct ethernet_hdr *et, struct ip6_hdr *ip6, int len) in ping6_receive()
|
A D | net6.c | 311 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 D | ndisc.h | 108 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 D | net6.h | 436 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 D | eth.c | 36 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