Searched refs:msgend (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | uds_daemon.c | 165 char *msgend; // pointer to byte after last byte of message member 650 DNSServiceFlags flags = get_flags(&request->msgptr, request->msgend); in read_rr_from_ipc_msg() 651 mDNSu32 interfaceIndex = get_uint32(&request->msgptr, request->msgend); in read_rr_from_ipc_msg() 653 int str_err = get_string(&request->msgptr, request->msgend, name, sizeof(name)); in read_rr_from_ipc_msg() 654 mDNSu16 type = get_uint16(&request->msgptr, request->msgend); in read_rr_from_ipc_msg() 655 mDNSu16 class = get_uint16(&request->msgptr, request->msgend); in read_rr_from_ipc_msg() 656 mDNSu16 rdlen = get_uint16(&request->msgptr, request->msgend); in read_rr_from_ipc_msg() 657 const char *rdata = get_rdata (&request->msgptr, request->msgend, rdlen); in read_rr_from_ipc_msg() 658 mDNSu32 ttl = GetTTL ? get_uint32(&request->msgptr, request->msgend) : 0; in read_rr_from_ipc_msg() 1382 DNSServiceFlags flags = get_flags (&request->msgptr, request->msgend); in handle_add_request() [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_slp.c | 46 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_50/usr/src/uts/common/inet/kssl/ |
H A D | ksslrec.c | 460 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_50/usr/src/uts/common/inet/ip/ |
H A D | sadb.c | 1510 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()
|