HomeSort by relevance Sort by last modified time
    Searched full:option_length (Results 1 - 3 of 3) sorted by null

  /external/libpcap/
sf-pcap-ng.c 93 u_short option_length; member in struct:option_header
374 opthdr->option_length = SWAPSHORT(opthdr->option_length);
388 padded_option_len = opthdr->option_length;
441 if (opthdr->option_length != 0) {
444 opthdr->option_length);
450 if (opthdr->option_length != 1) {
453 opthdr->option_length);
494 if (opthdr->option_length != 8) {
497 opthdr->option_length);
    [all...]
  /system/connectivity/dhcp_client/
dhcp_message.cc 174 uint8_t option_length = *ptr++; local
175 if (ptr + option_length >= end_ptr) {
188 if (!context->parser->GetOption(ptr, option_length, context->output)) {
196 ptr += option_length;
  /external/dhcpcd-6.8.2/
dhcp.c 2016 uint8_t option_length; local
    [all...]

Completed in 244 milliseconds