Searched refs:lastbyte (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | perfstat.c | 381 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 D | inet_ntop.c | 288 char lastbyte = '\0'; in __inet_pton() local 343 lastbyte == ':')) { in __inet_pton() 368 lastbyte = *inp; in __inet_pton()
|
H A D | spd.c | 6278 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() 6414 firstbyte, lastbyte, last, fraghdr->ip6f_ident, fraghdr, in ipsec_fragcache_add() 6580 if (bcmp(data, ndata, MIN(lastbyte, nlastbyte) - in ipsec_fragcache_add() 6593 if (firstbyte >= nfirstbyte && 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() [all …]
|
H A D | ipsecesp.c | 731 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()
|