Searched refs:lastbyte (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/bnu/ |
H A D | perfstat.c | 383 int lastbyte; /* Offset to last byte in Record. */ local 422 lastbyte = strlen(Record); 423 (void) sprintf(Record+lastbyte, format2, 447 lastbyte = strlen(Record); 448 (void) sprintf(Record+lastbyte, "%c%s%c",
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | inet_ntop.c | 290 char lastbyte = NULL; in __inet_pton() local 345 lastbyte == ':')) { in __inet_pton() 370 lastbyte = *inp; in __inet_pton()
|
H A D | spd.c | 6271 int firstbyte, lastbyte; in ipsec_fragcache_add() local 6388 lastbyte = firstbyte + ntohs(iph->ipha_length) - in ipsec_fragcache_add() 6394 lastbyte, last, iph->ipha_ident, mp); in ipsec_fragcache_add() 6398 lastbyte = firstbyte + ntohs(ip6h->ip6_plen) + in ipsec_fragcache_add() 6404 firstbyte, lastbyte, last, fraghdr->ip6f_ident, fraghdr, in ipsec_fragcache_add() 6570 if (bcmp(data, ndata, MIN(lastbyte, nlastbyte) - in ipsec_fragcache_add() 6583 if (firstbyte >= nfirstbyte && lastbyte <= nlastbyte) { in ipsec_fragcache_add() 6616 if (lastbyte > nfirstbyte) { in ipsec_fragcache_add() 6633 if (bcmp(data, ndata, MIN(lastbyte, nlastbyte) in ipsec_fragcache_add() 6729 lastbyte = firstbyte + ntohs(iph->ipha_length) - in ipsec_fragcache_add() [all …]
|
H A D | ipsecesp.c | 800 uint8_t *lastbyte; in esp_strip_header() local 832 lastbyte = scratch->b_wptr - 1; in esp_strip_header() 833 nexthdr = *lastbyte--; in esp_strip_header() 834 padlen = *lastbyte--; in esp_strip_header() 927 lastpad = *lastbyte--; in esp_strip_header() 963 if (lastpad != *lastbyte) { in esp_strip_header() 977 lastbyte--; in esp_strip_header()
|