Lines Matching refs:packet
60 void classify_client (packet)
61 struct packet *packet;
63 execute_statements (NULL, packet, NULL, NULL, packet->options, NULL,
67 int check_collection (packet, lease, collection)
68 struct packet *packet;
93 (&ignorep, packet, lease,
95 packet -> options, (struct option_state *)0,
104 classify (packet, class);
116 (&data, packet, lease,
118 packet -> options, (struct option_state *)0,
138 classify (packet, nc);
190 classify (packet, nc);
200 void classify (packet, class)
201 struct packet *packet;
204 if (packet -> class_count < PACKET_MAX_CLASSES)
205 class_reference (&packet -> classes [packet -> class_count++],
209 print_hw_addr (packet -> raw -> htype,
210 packet -> raw -> hlen,
211 packet -> raw -> chaddr));