HomeSort by relevance Sort by last modified time
    Searched refs:remain_len (Results 1 - 2 of 2) 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);
  /external/libnfnetlink/src/
libnfnetlink.c 1070 size_t remain_len; local
1094 remain_len = (len - ((unsigned char *)h->last_nlhdr - buf));
1095 nlh = NLMSG_NEXT(h->last_nlhdr, remain_len);
1097 if (!NLMSG_OK(nlh, remain_len)) {
    [all...]

Completed in 394 milliseconds