Searched refs:msgend (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/ |
H A D | uds_daemon.c | 585 DNSServiceFlags flags = get_flags(&request->msgptr, request->msgend); in read_rr_from_ipc_msg() 586 mDNSu32 interfaceIndex = get_uint32(&request->msgptr, request->msgend); in read_rr_from_ipc_msg() 588 int str_err = get_string(&request->msgptr, request->msgend, name, sizeof(name)); in read_rr_from_ipc_msg() 589 mDNSu16 type = get_uint16(&request->msgptr, request->msgend); in read_rr_from_ipc_msg() 590 mDNSu16 class = get_uint16(&request->msgptr, request->msgend); in read_rr_from_ipc_msg() 591 mDNSu16 rdlen = get_uint16(&request->msgptr, request->msgend); in read_rr_from_ipc_msg() 592 … const mDNSu8 *const rdata = (const mDNSu8 *)get_rdata (&request->msgptr, request->msgend, rdlen); in read_rr_from_ipc_msg() 593 mDNSu32 ttl = GetTTL ? get_uint32(&request->msgptr, request->msgend) : 0; in read_rr_from_ipc_msg() 1592 DNSServiceFlags flags = get_flags (&request->msgptr, request->msgend); in handle_add_request() 1593 mDNSu16 rrtype = get_uint16(&request->msgptr, request->msgend); in handle_add_request() [all …]
|
H A D | uds_daemon.h | 122 char *msgend; // pointer to byte after last byte of message member
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_slp.c | 44 static char *msgend; /* the end of the summary message buffer */ variable 785 msgend = msgbuf + strlen(msgbuf); in v2_header() 1120 strcat(msgend, " ["); in v2_srv_rqst() 1122 strcat(msgend, "]"); in v2_srv_rqst() 1149 sprintf(msgend, "%d URL entries", itemcnt); in v2_srv_rply() 1250 strcat(msgend, " ["); in v2_attr_rqst() 1252 strcat(msgend, "]"); in v2_attr_rqst() 1500 msgend = msgbuf + strlen(msgbuf); in v1_header() 1788 sprintf(msgend, "%d URL entries", itemcnt); in v1_srv_rply() 1945 sprintf(msgend, "%d type entries", itemcnt); in v1_srv_type_rply()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | sadb.c | 1515 uint8_t *msgend; in sadb_strip() local 1520 msgend = (uint8_t *)samsg; in sadb_strip() 1521 msgend += SADB_64TO8(samsg->sadb_msg_len); in sadb_strip() 1522 while ((uint8_t *)ext < msgend) { in sadb_strip() 1557 ASSERT((uint8_t *)ext == msgend); in sadb_strip()
|