Searched defs:packet_start (Results 1 - 2 of 2) sorted by relevance

/external/srtp/srtp/
H A Dekt.c94 srtcp_packet_get_ekt_spi(const uint8_t *packet_start, unsigned pkt_octet_len) { argument
97 spi_location = packet_start + (pkt_octet_len - EKT_SPI_LEN);
103 srtcp_packet_get_ekt_roc(const uint8_t *packet_start, unsigned pkt_octet_len) { argument
106 roc_location = packet_start + (pkt_octet_len - EKT_OCTETS_AFTER_ROC);
112 srtcp_packet_get_emk_location(const uint8_t *packet_start, argument
116 location = packet_start + (pkt_octet_len - EKT_OCTETS_AFTER_BASE_TAG);
/external/openssh/
H A Dpacket.c577 packet_start(u_char type) function
582 DBG(debug("packet_start[%d]", type));
1592 packet_start(SSH2_MSG_DEBUG);
1597 packet_start(SSH_MSG_DEBUG);
1635 packet_start(SSH2_MSG_DISCONNECT);
1640 packet_start(SSH_MSG_DISCONNECT);
1866 packet_start(compat20 ? SSH2_MSG_IGNORE : SSH_MSG_IGNORE);

Completed in 273 milliseconds