HomeSort by: relevance | last modified time | path
    Searched defs:decoded_packet (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/dist/common/
options.c 4021 struct packet *decoded_packet; local
4030 decoded_packet = NULL;
4031 if (!packet_allocate(&decoded_packet, MDL)) {
4035 decoded_packet->raw = packet;
4036 decoded_packet->packet_length = len;
4037 decoded_packet->client_port = from_port;
4038 decoded_packet->client_addr = from;
4039 interface_reference(&decoded_packet->interface, interface, MDL);
4040 decoded_packet->haddr = hfrom;
4043 packet_dereference(&decoded_packet, MDL)
4133 struct packet *decoded_packet; local
    [all...]
options.c 4021 struct packet *decoded_packet; local
4030 decoded_packet = NULL;
4031 if (!packet_allocate(&decoded_packet, MDL)) {
4035 decoded_packet->raw = packet;
4036 decoded_packet->packet_length = len;
4037 decoded_packet->client_port = from_port;
4038 decoded_packet->client_addr = from;
4039 interface_reference(&decoded_packet->interface, interface, MDL);
4040 decoded_packet->haddr = hfrom;
4043 packet_dereference(&decoded_packet, MDL)
4133 struct packet *decoded_packet; local
    [all...]

Completed in 43 milliseconds