Lines Matching refs:raw
32 * packet->raw->secs => amount of time the client has been trying
33 * packet->raw->hlen => the length of the mac address of the client
34 * packet->raw->chaddr => the mac address of the client
59 struct dhcp_packet raw;
64 memset(&raw, 0, sizeof(struct dhcp_packet));
65 packet.raw = &raw;
66 raw.hlen = 1;
67 raw.chaddr[0] = 14;
84 raw.secs = htons(0);
95 raw.secs = htons(2);
105 raw.secs = htons(6);
115 raw.secs = htons(257);
140 struct dhcp_packet raw;
147 memset(&raw, 0, sizeof(struct dhcp_packet));
148 packet.raw = &raw;
149 raw.hlen = 1;
150 raw.chaddr[0] = 14;
167 raw.secs = htons(256);
177 raw.secs = htons(256 * 6);