Home | History | Annotate | Download | only in shill

Lines Matching full:address

51 // | Format of hardware address (ether)| Format of Protocol Address (IP)   |
59 // | Sender Hardware Address (of length "Hardware Length")... |
61 // | Sender IP Address (of length "Protocol Length")... |
63 // | Target Hardware Address (of length "Hardware Length")... |
65 // | Target IP Address (of length "Protocol Length")... |
95 LOG(ERROR) << "Packet has unexpected hardware address length "
101 LOG(ERROR) << "Packet has unexpected protocol address length "
136 LOG(ERROR) << "Local or remote IP address is not valid.";
140 LOG(ERROR) << "Local and remote IP address families do not match!";
150 NOTIMPLEMENTED() << "Address family "
159 LOG(ERROR) << "Local or remote MAC address length is incorrect.";
174 packet->Append(local_ip_address_.address());
176 packet->Append(remote_ip_address_.address());