Home
last modified time | relevance | path

Searched refs:lastbyte (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dperfstat.c381 int lastbyte; /* Offset to last byte in Record. */ local
420 lastbyte = strlen(Record);
421 (void) sprintf(Record+lastbyte, format2,
445 lastbyte = strlen(Record);
446 (void) sprintf(Record+lastbyte, "%c%s%c",
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dinet_ntop.c288 char lastbyte = '\0'; in __inet_pton() local
343 lastbyte == ':')) { in __inet_pton()
368 lastbyte = *inp; in __inet_pton()
H A Dspd.c6278 int firstbyte, lastbyte; in ipsec_fragcache_add() local
6398 lastbyte = firstbyte + ntohs(iph->ipha_length) - in ipsec_fragcache_add()
6404 lastbyte, last, iph->ipha_ident, mp); in ipsec_fragcache_add()
6408 lastbyte = firstbyte + ntohs(ip6h->ip6_plen) + in ipsec_fragcache_add()
6580 if (bcmp(data, ndata, MIN(lastbyte, nlastbyte) - in ipsec_fragcache_add()
6626 if (lastbyte > nfirstbyte) { in ipsec_fragcache_add()
6643 if (bcmp(data, ndata, MIN(lastbyte, nlastbyte) in ipsec_fragcache_add()
6739 lastbyte = firstbyte + ntohs(iph->ipha_length) - in ipsec_fragcache_add()
6759 lastbyte = firstbyte + ntohs(ip6h->ip6_plen) + in ipsec_fragcache_add()
6826 if (offset < lastbyte) in ipsec_fragcache_add()
[all …]
H A Dipsecesp.c731 uint8_t *lastbyte; in esp_strip_header() local
763 lastbyte = scratch->b_wptr - 1; in esp_strip_header()
764 nexthdr = *lastbyte--; in esp_strip_header()
765 padlen = *lastbyte--; in esp_strip_header()
858 lastpad = *lastbyte--; in esp_strip_header()
894 if (lastpad != *lastbyte) { in esp_strip_header()
908 lastbyte--; in esp_strip_header()