Searched refs:unicast_dest (Results 1 – 3 of 3) sorted by relevance
/external/dnsmasq/src/ |
D | dhcp.c | 103 int iface_index = 0, unicast_dest = 0, is_inform = 0; in dhcp_packet() local 166 unicast_dest = 1; in dhcp_packet() 176 unicast_dest = 1; in dhcp_packet() 218 now, unicast_dest, &is_inform); in dhcp_packet()
|
D | rfc2131.c | 122 size_t sz, time_t now, int unicast_dest, int *is_inform) in dhcp_reply() argument 1041 unicast_dest = 0; in dhcp_reply() 1065 unicast_dest = 0; in dhcp_reply() 1129 if (!unicast_dest || mess->giaddr.s_addr != 0 || in dhcp_reply()
|
D | dnsmasq.h | 805 size_t sz, time_t now, int unicast_dest, int *is_inform);
|