HomeSort by: relevance | last modified time | path
    Searched refs:ah_len (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
ah.h 60 nd_uint8_t ah_len; /* Payload Len in 32bit words minus 2 */ member in struct:ah
print-ah.c 44 uint8_t ah_len; local
61 ah_len = GET_U_1(ah->ah_len);
62 ah_hdr_len = (ah_len + 2) * 4;
66 ND_PRINT("length=%u(%u-bytes),", ah_len, ah_hdr_len);
print-icmp6.c 1395 if (!ND_TTEST_1(ah->ah_len))
1398 hlen = (GET_U_1(ah->ah_len) + 2) << 2;
  /src/sys/netipsec/
ah.h 43 u_int8_t ah_len; /* Length of data, in 32bit */ member in struct:ah
51 u_int8_t ah_len; /* Length of data + 1, in 32bit */ member in struct:newah
xform_ah.c 563 hl = sizeof(struct ah) + (ah->ah_len * sizeof(uint32_t));
976 ah->ah_len = (ahsize - sizeof(struct ah)) / sizeof(uint32_t);
  /src/external/bsd/ipf/dist/iplang/
iplang.h 42 size_t ah_len; member in struct:aniphdr
iplang_y.y 697 canip->ah_data = oip->ah_data + oip->ah_len;
705 aip->ah_len += sz;
733 aip->ah_len += inc;
745 canip->ah_len = 0;
827 inc_anipheaders(len - canip->ah_len);
828 canip->ah_len = len;
849 if ((sb.st_size + aniphead->ah_len ) > 65535) {
860 canip->ah_len += len;
941 canip->ah_len += inc;
1763 icmp->icmp_cksum = chksum((u_short *)icmp, canip->ah_len);
    [all...]

Completed in 20 milliseconds