Lines Matching refs:agent_id
101 unsigned char* agent_id, unsigned char* real_end);
139 unsigned char *agent_id = NULL, *uuid = NULL; in dhcp_reply() local
197 agent_id = end; in dhcp_reply()
198 memcpy(agent_id, opt, total); in dhcp_reply()
446 return message ? 0 : dhcp_packet_size(mess, netid, agent_id, real_end); in dhcp_reply()
688 return dhcp_packet_size(mess, netid, agent_id, real_end); in dhcp_reply()
726 return ignore ? 0 : dhcp_packet_size(mess, netid, agent_id, real_end); in dhcp_reply()
868 return dhcp_packet_size(mess, netid, agent_id, real_end); in dhcp_reply()
1098 return dhcp_packet_size(mess, netid, agent_id, real_end); in dhcp_reply()
1149 return dhcp_packet_size(mess, netid, agent_id, real_end); in dhcp_reply()
1357 unsigned char* agent_id, unsigned char* real_end) { in dhcp_packet_size() argument
1365 if (agent_id) { in dhcp_packet_size()
1366 memmove(p, agent_id, real_end - agent_id); in dhcp_packet_size()
1367 p += real_end - agent_id; in dhcp_packet_size()