Searched defs:lastbyte (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dinet_ntop.c290 char lastbyte = NULL; local
345 lastbyte == ':')) {
370 lastbyte = *inp;
H A Dipsecesp.c800 uint8_t *lastbyte; local
832 lastbyte = scratch->b_wptr - 1;
833 nexthdr = *lastbyte--;
834 padlen = *lastbyte--;
927 lastpad = *lastbyte--;
963 if (lastpad != *lastbyte) {
977 lastbyte--;
H A Dspd.c6270 int firstbyte, lastbyte; local
6387 lastbyte = firstbyte + ntohs(iph->ipha_length) -
6391 cmn_err(CE_WARN, "V4 fragcache: firstbyte = %d, lastbyte = %d, "
6393 lastbyte, last, iph->ipha_ident, mp);
6397 lastbyte = firstbyte + ntohs(ip6h->ip6_plen) +
6401 cmn_err(CE_WARN, "V6 fragcache: firstbyte = %d, lastbyte = %d, "
6403 firstbyte, lastbyte, last, fraghdr->ip6f_ident, fraghdr,
6569 if (bcmp(data, ndata, MIN(lastbyte, nlastbyte) -
6582 if (firstbyte >= nfirstbyte && lastbyte <= nlastbyte) {
6615 if (lastbyte > nfirstbyt
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Dperfstat.c383 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",

Completed in 127 milliseconds