Symbol: dhcp_option_hdr
sbin/dhcp6leased/engine.c
1004
while (len >= sizeof(struct dhcp_option_hdr)) {
sbin/dhcp6leased/engine.c
1005
memcpy(&opt_hdr, p, sizeof(struct dhcp_option_hdr));
sbin/dhcp6leased/engine.c
1008
p += sizeof(struct dhcp_option_hdr);
sbin/dhcp6leased/engine.c
1009
len -= sizeof(struct dhcp_option_hdr);
sbin/dhcp6leased/engine.c
728
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
997
struct dhcp_option_hdr opt_hdr;
sbin/dhcp6leased/frontend.c
748
struct dhcp_option_hdr opt_hdr;
sbin/dhcp6leased/frontend.c
782
memcpy(p, &opt_hdr, sizeof(struct dhcp_option_hdr));
sbin/dhcp6leased/frontend.c
783
p += sizeof(struct dhcp_option_hdr);
sbin/dhcp6leased/frontend.c
795
memcpy(p, &opt_hdr, sizeof(struct dhcp_option_hdr));
sbin/dhcp6leased/frontend.c
796
p += sizeof(struct dhcp_option_hdr);
sbin/dhcp6leased/frontend.c
809
sizeof(struct dhcp_option_hdr) +
sbin/dhcp6leased/frontend.c
811
memcpy(p, &opt_hdr, sizeof(struct dhcp_option_hdr));
sbin/dhcp6leased/frontend.c
812
p += sizeof(struct dhcp_option_hdr);
sbin/dhcp6leased/frontend.c
821
memcpy(p, &opt_hdr, sizeof(struct dhcp_option_hdr));
sbin/dhcp6leased/frontend.c
822
p += sizeof(struct dhcp_option_hdr);
sbin/dhcp6leased/frontend.c
851
memcpy(p, &opt_hdr, sizeof(struct dhcp_option_hdr));
sbin/dhcp6leased/frontend.c
852
p += sizeof(struct dhcp_option_hdr);
sbin/dhcp6leased/frontend.c
861
memcpy(p, &opt_hdr, sizeof(struct dhcp_option_hdr));
sbin/dhcp6leased/frontend.c
862
p += sizeof(struct dhcp_option_hdr);
sbin/dhcp6leased/frontend.c
870
memcpy(p, &opt_hdr, sizeof(struct dhcp_option_hdr));
sbin/dhcp6leased/frontend.c
871
p += sizeof(struct dhcp_option_hdr);
sbin/dhcp6leased/frontend.c
877
memcpy(p, &opt_hdr, sizeof(struct dhcp_option_hdr));
sbin/dhcp6leased/frontend.c
878
p += sizeof(struct dhcp_option_hdr);