Home | History | Annotate | Download | only in shill

Lines Matching refs:packet_

37   packet_.set_operation(operation);
38 packet_.set_local_ip_address(local_ip);
39 packet_.set_local_mac_address(local_mac);
40 packet_.set_remote_ip_address(remote_ip);
41 packet_.set_remote_mac_address(remote_mac);
49 packet->set_operation(packet_.operation());
50 packet->set_local_ip_address(packet_.local_ip_address());
51 packet->set_local_mac_address(packet_.local_mac_address());
52 packet->set_remote_ip_address(packet_.remote_ip_address());
53 packet->set_remote_mac_address(packet_.remote_mac_address());