Home
last modified time | relevance | path

Searched refs:msgend (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c46 static char *msgend; /* the end of the summary message buffer */ variable
786 msgend = msgbuf + strlen(msgbuf); in v2_header()
1121 strcat(msgend, " ["); in v2_srv_rqst()
1123 strcat(msgend, "]"); in v2_srv_rqst()
1150 sprintf(msgend, "%d URL entries", itemcnt); in v2_srv_rply()
1251 strcat(msgend, " ["); in v2_attr_rqst()
1253 strcat(msgend, "]"); in v2_attr_rqst()
1501 msgend = msgbuf + strlen(msgbuf); in v1_header()
1789 sprintf(msgend, "%d URL entries", itemcnt); in v1_srv_rply()
1946 sprintf(msgend, "%d type entries", itemcnt); in v1_srv_type_rply()
/titanic_41/usr/src/uts/common/inet/kssl/
H A Dksslrec.c460 uchar_t *msgend; in kssl_handle_client_hello() local
481 msgend = mp->b_rptr + msglen; in kssl_handle_client_hello()
711 while (mp->b_rptr < msgend) { in kssl_handle_client_hello()
773 mp->b_rptr = msgend; in kssl_handle_client_hello()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dsadb.c1510 uint8_t *msgend; in sadb_strip() local
1515 msgend = (uint8_t *)samsg; in sadb_strip()
1516 msgend += SADB_64TO8(samsg->sadb_msg_len); in sadb_strip()
1517 while ((uint8_t *)ext < msgend) { in sadb_strip()
1552 ASSERT((uint8_t *)ext == msgend); in sadb_strip()