HomeSort by: relevance | last modified time | path
    Searched defs:PACKET (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/ntp/dist/include/
ntpsim.h 62 PACKET /* Event that designates arrival of a packet */
  /src/crypto/external/apache2/openssl/dist/include/internal/
packet.h 27 } PACKET;
30 static ossl_inline void packet_forward(PACKET *pkt, size_t len)
37 * Returns the number of bytes remaining to be read in the PACKET
39 static ossl_inline size_t PACKET_remaining(const PACKET *pkt)
45 * Returns a pointer to the first byte after the packet data.
46 * Useful for integrating with non-PACKET parsing code.
48 * has consumed the entire packet contents.
50 static ossl_inline const unsigned char *PACKET_end(const PACKET *pkt)
56 * Returns a pointer to the PACKET's current position.
59 static ossl_inline const unsigned char *PACKET_data(const PACKET *pkt
    [all...]
  /src/crypto/external/bsd/openssl/dist/include/internal/
packet.h 27 } PACKET;
30 static ossl_inline void packet_forward(PACKET *pkt, size_t len)
37 * Returns the number of bytes remaining to be read in the PACKET
39 static ossl_inline size_t PACKET_remaining(const PACKET *pkt)
45 * Returns a pointer to the first byte after the packet data.
46 * Useful for integrating with non-PACKET parsing code.
48 * has consumed the entire packet contents.
50 static ossl_inline const unsigned char *PACKET_end(const PACKET *pkt)
56 * Returns a pointer to the PACKET's current position.
59 static ossl_inline const unsigned char *PACKET_data(const PACKET *pkt
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/ssl/
packet_local.h 26 } PACKET;
29 static ossl_inline void packet_forward(PACKET *pkt, size_t len)
36 * Returns the number of bytes remaining to be read in the PACKET
38 static ossl_inline size_t PACKET_remaining(const PACKET *pkt)
44 * Returns a pointer to the first byte after the packet data.
45 * Useful for integrating with non-PACKET parsing code.
47 * has consumed the entire packet contents.
49 static ossl_inline const unsigned char *PACKET_end(const PACKET *pkt)
55 * Returns a pointer to the PACKET's current position.
58 static ossl_inline const unsigned char *PACKET_data(const PACKET *pkt
    [all...]
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 79 PACKET = 273,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 83 PACKET = 273,

Completed in 65 milliseconds