Home
last modified time | relevance | path

Searched refs:dhcp6_option_hdr (Results 1 – 2 of 2) sorted by relevance

/u-boot/net/
A Ddhcpv6.c69 struct dhcp6_option_hdr *dhcp_option = (struct dhcp6_option_hdr *)pkt; in dhcp6_add_option()
70 uchar *dhcp_option_start = pkt + sizeof(struct dhcp6_option_hdr); in dhcp6_add_option()
160 return opt_len + sizeof(struct dhcp6_option_hdr); in dhcp6_add_option()
264 struct dhcp6_option_hdr *ia_option_hdr; in dhcp6_parse_ia_options()
266 ia_option_hdr = (struct dhcp6_option_hdr *)ia_option_ptr; in dhcp6_parse_ia_options()
309 struct dhcp6_option_hdr *option_hdr; in dhcp6_parse_options()
313 option_hdr = (struct dhcp6_option_hdr *)(rx_pkt + sizeof(struct dhcp6_hdr)); in dhcp6_parse_options()
315 while (option_hdr < (struct dhcp6_option_hdr *)(rx_pkt + len)) { in dhcp6_parse_options()
338 sizeof(struct dhcp6_option_hdr); in dhcp6_parse_options()
417 option_hdr = (struct dhcp6_option_hdr *)(((uchar *)option_hdr) + in dhcp6_parse_options()
[all …]
A Ddhcpv6.h72 struct dhcp6_option_hdr { struct

Completed in 6 milliseconds