Symbol: dhcp_option_hdr
sbin/dhcp6leased/engine.c
730
struct dhcp_option_hdr opt_hdr;
sbin/dhcp6leased/engine.c
774
while (rem >= sizeof(struct dhcp_option_hdr)) {
sbin/dhcp6leased/engine.c
775
memcpy(&opt_hdr, p, sizeof(struct dhcp_option_hdr));
sbin/dhcp6leased/engine.c
778
p += sizeof(struct dhcp_option_hdr);
sbin/dhcp6leased/engine.c
779
rem -= sizeof(struct dhcp_option_hdr);
sbin/dhcp6leased/engine.c
972
struct dhcp_option_hdr opt_hdr;
sbin/dhcp6leased/engine.c
979
while (len >= sizeof(struct dhcp_option_hdr)) {
sbin/dhcp6leased/engine.c
980
memcpy(&opt_hdr, p, sizeof(struct dhcp_option_hdr));
sbin/dhcp6leased/engine.c
983
p += sizeof(struct dhcp_option_hdr);
sbin/dhcp6leased/engine.c
984
len -= sizeof(struct dhcp_option_hdr);
sbin/dhcp6leased/frontend.c
750
struct dhcp_option_hdr opt_hdr;
sbin/dhcp6leased/frontend.c
784
memcpy(p, &opt_hdr, sizeof(struct dhcp_option_hdr));
sbin/dhcp6leased/frontend.c
785
p += sizeof(struct dhcp_option_hdr);
sbin/dhcp6leased/frontend.c
797
memcpy(p, &opt_hdr, sizeof(struct dhcp_option_hdr));
sbin/dhcp6leased/frontend.c
798
p += sizeof(struct dhcp_option_hdr);
sbin/dhcp6leased/frontend.c
811
sizeof(struct dhcp_option_hdr) +
sbin/dhcp6leased/frontend.c
813
memcpy(p, &opt_hdr, sizeof(struct dhcp_option_hdr));
sbin/dhcp6leased/frontend.c
814
p += sizeof(struct dhcp_option_hdr);
sbin/dhcp6leased/frontend.c
823
memcpy(p, &opt_hdr, sizeof(struct dhcp_option_hdr));
sbin/dhcp6leased/frontend.c
824
p += sizeof(struct dhcp_option_hdr);
sbin/dhcp6leased/frontend.c
853
memcpy(p, &opt_hdr, sizeof(struct dhcp_option_hdr));
sbin/dhcp6leased/frontend.c
854
p += sizeof(struct dhcp_option_hdr);
sbin/dhcp6leased/frontend.c
863
memcpy(p, &opt_hdr, sizeof(struct dhcp_option_hdr));
sbin/dhcp6leased/frontend.c
864
p += sizeof(struct dhcp_option_hdr);
sbin/dhcp6leased/frontend.c
872
memcpy(p, &opt_hdr, sizeof(struct dhcp_option_hdr));
sbin/dhcp6leased/frontend.c
873
p += sizeof(struct dhcp_option_hdr);
sbin/dhcp6leased/frontend.c
879
memcpy(p, &opt_hdr, sizeof(struct dhcp_option_hdr));
sbin/dhcp6leased/frontend.c
880
p += sizeof(struct dhcp_option_hdr);