Searched refs:agent_id (Results 1 – 2 of 2) sorted by relevance
/external/dnsmasq/src/ |
D | rfc2131.c | 98 unsigned char *agent_id, unsigned char *real_end); 144 unsigned char *agent_id = NULL, *uuid = NULL; in dhcp_reply() local 210 agent_id = end; in dhcp_reply() 211 memcpy(agent_id, opt, total); in dhcp_reply() 496 return message ? 0 : dhcp_packet_size(mess, netid, agent_id, real_end); in dhcp_reply() 774 return dhcp_packet_size(mess, netid, agent_id, real_end); in dhcp_reply() 815 return ignore ? 0 : dhcp_packet_size(mess, netid, agent_id, real_end); in dhcp_reply() 967 return dhcp_packet_size(mess, netid, agent_id, real_end); in dhcp_reply() 1238 return dhcp_packet_size(mess, netid, agent_id, real_end); in dhcp_reply() 1296 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()
|