Lines Matching defs:packet
370 struct packet { struct
371 struct dhcp_packet *raw; argument
373 unsigned packet_length; argument
374 int packet_type; argument
386 /* DHCPv6 packet containing this one, or NULL if none */ argument
387 struct packet *dhcpv6_container_packet; argument
392 struct interface_info *interface; /* Interface on which packet argument
394 struct hardware *haddr; /* Physical link address
419 /* If we stash agent options onto the packet option state, to pretend argument
426 * ISC_TRUE if packet received unicast (as opposed to multicast). argument
429 isc_boolean_t unicast;
599 struct packet *packet; /* The incoming packet. */ member
1181 struct dhcp_packet packet; /* Outgoing DHCP packet. */ member