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

  /external/tcpdump/
print-dhcp6.c 286 int remain_len; /* Length of remaining options */ local
724 remain_len = optlen;
727 while (remain_len && *tp) {
729 if (label_len < remain_len - 1) {
732 remain_len -= (label_len + 1);

Completed in 117 milliseconds