Home
last modified time | relevance | path

Searched refs:agent_id (Results 1 – 2 of 2) sorted by relevance

/external/clearsilver/python/examples/base/
Dodb_test.py116 if newrow.agent_id != new_id:
117 raise "new insert id (%s) does not match expected value (%d)" % (newrow.agent_id,new_id)
159 repl_row.agent_id = a_row.agent_id
164 b_row = tbl.fetchRow( ("agent_id", a_row.agent_id) )
207 a_row.agent_id = "this is a string"
274 new_id = row.agent_id
/external/dnsmasq/src/
Drfc2131.c98 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 …]