Searched refs:ip6_hdr (Results 1 – 7 of 7) sorted by relevance
| /u-boot/include/ |
| A D | ndisc.h | 87 int ndisc_receive(struct ethernet_hdr *et, struct ip6_hdr *ip6, int len); 100 bool validate_ra(struct ip6_hdr *ip6); 101 int process_ra(struct ip6_hdr *ip6, int len); 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 | 49 struct ip6_hdr { struct 66 #define IP6_HDR_SIZE (sizeof(struct ip6_hdr)) argument 355 int net_ip6_handler(struct ethernet_hdr *et, struct ip6_hdr *ip6, int len); 436 net_ip6_handler(struct ethernet_hdr *et, struct ip6_hdr *ip6, in net_ip6_handler() 459 int ping6_receive(struct ethernet_hdr *et, struct ip6_hdr *ip6, int len); 466 int ping6_receive(struct ethernet_hdr *et, struct ip6_hdr *ip6, int len) in ping6_receive()
|
| /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 | net6.c | 311 struct ip6_hdr *ip6 = (struct ip6_hdr *)xip; in ip6_add_hdr() 324 return sizeof(struct ip6_hdr); in ip6_add_hdr() 380 int net_ip6_handler(struct ethernet_hdr *et, struct ip6_hdr *ip6, int len) in net_ip6_handler()
|
| A D | ping6.c | 95 int ping6_receive(struct ethernet_hdr *et, struct ip6_hdr *ip6, int len) in ping6_receive()
|
| A D | net.c | 1307 net_ip6_handler(et, (struct ip6_hdr *)ip, len); in net_process_received_packet()
|
| /u-boot/test/dm/ |
| A D | eth.c | 627 struct ip6_hdr *ip6 = (struct ip6_hdr *)ip6_ra_buf; in dm_test_validate_ra() 661 struct ip6_hdr *ip6 = (struct ip6_hdr *)ip6_ra_buf; in dm_test_process_ra()
|
Completed in 16 milliseconds