Home
last modified time | relevance | path

Searched refs:ip6_hdr (Results 1 – 7 of 7) sorted by relevance

/u-boot/include/
A Dndisc.h87 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 Dnet6.h49 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 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 Dnet6.c311 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 Dping6.c95 int ping6_receive(struct ethernet_hdr *et, struct ip6_hdr *ip6, int len) in ping6_receive()
A Dnet.c1307 net_ip6_handler(et, (struct ip6_hdr *)ip, len); in net_process_received_packet()
/u-boot/test/dm/
A Deth.c627 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