Home | History | Annotate | Download | only in src

Lines Matching refs:agent_id

101                                unsigned char* agent_id, unsigned char* real_end);
139 unsigned char *agent_id = NULL, *uuid = NULL;
197 agent_id = end;
198 memcpy(agent_id, opt, total);
446 return message ? 0 : dhcp_packet_size(mess, netid, agent_id, real_end);
688 return dhcp_packet_size(mess, netid, agent_id, real_end);
726 return ignore ? 0 : dhcp_packet_size(mess, netid, agent_id, real_end);
868 return dhcp_packet_size(mess, netid, agent_id, real_end);
1098 return dhcp_packet_size(mess, netid, agent_id, real_end);
1149 return dhcp_packet_size(mess, netid, agent_id, real_end);
1357 unsigned char* agent_id, unsigned char* real_end) {
1364 /* move agent_id back down to the end of the packet */
1365 if (agent_id) {
1366 memmove(p, agent_id, real_end - agent_id);
1367 p += real_end - agent_id;