OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FIELD_YOUR_IP
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/cros/
dhcp_packet.py
303
FIELD_YOUR_IP
= IpAddressField("yiaddr", 16, 4)
369
FIELD_YOUR_IP
,
520
packet.set_field(
FIELD_YOUR_IP
, IPV4_NULL_ADDRESS)
548
packet.set_field(
FIELD_YOUR_IP
, offer_ip)
570
packet.set_field(
FIELD_YOUR_IP
, IPV4_NULL_ADDRESS)
594
packet.set_field(
FIELD_YOUR_IP
, granted_ip)
621
packet.set_field(
FIELD_YOUR_IP
, IPV4_NULL_ADDRESS)
dhcp_unittest.py
197
if offer_packet.get_field(dhcp_packet.
FIELD_YOUR_IP
) != intended_ip:
227
if offer_packet.get_field(dhcp_packet.
FIELD_YOUR_IP
) != intended_ip:
Completed in 225 milliseconds