Searched refs:agent_id (Results 1 – 2 of 2) sorted by relevance
/external/dnsmasq/src/ |
D | rfc2131.c | 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() [all …]
|
/external/tcpdump/ |
D | print-sflow.c | 61 uint8_t agent_id[4]; member 900 EXTRACT_32BITS(sflow_datagram->agent_id), in sflow_print() 911 EXTRACT_32BITS(sflow_datagram->agent_id), in sflow_print()
|