Searched refs:first_packet (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dkpi_interface.h734 @param first_packet Pointer to the first packet being dequeued.
741 u_int32_t max_count, mbuf_t *first_packet, mbuf_t *last_packet,
1295 @param first_packet Pointer to the first packet being dequeued.
1310 mbuf_t *first_packet, mbuf_t *last_packet, u_int32_t *cnt, u_int32_t *len);
1324 @param first_packet Pointer to the first packet being dequeued.
1339 mbuf_svc_class_t sc, u_int32_t max, mbuf_t *first_packet,
2220 @param first_packet The first packet in a chain of packets.
2226 extern errno_t ifnet_input(ifnet_t interface, mbuf_t first_packet,
2238 @param first_packet The first packet in a chain of packets.
2247 extern errno_t ifnet_input_extended(ifnet_t interface, mbuf_t first_packet,
[all...]
/macosx-10.10.1/IONetworkingFamily-101/
H A DIONetworkInterface.h427 mbuf_t * first_packet, mbuf_t * last_packet,
431 mbuf_t * first_packet, mbuf_t * last_packet,
H A DIONetworkInterface.cpp2895 mbuf_t * first_packet,
2922 *first_packet = queue.head;
2930 *first_packet = 0;
2941 mbuf_t * first_packet,
2975 *first_packet = queue.head;
2983 *first_packet = 0;
2891 if_input_poll( ifnet_t ifp, uint32_t flags, uint32_t max_count, mbuf_t * first_packet, mbuf_t * last_packet, uint32_t * cnt, uint32_t * len ) argument
2937 if_input_poll_gated( ifnet_t ifp, uint32_t flags, uint32_t max_count, mbuf_t * first_packet, mbuf_t * last_packet, uint32_t * cnt, uint32_t * len ) argument
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Ds2_pkt.c177 if (s->first_packet)
181 s->first_packet=0;
H A Ds2_srvr.c535 s->first_packet=1;
H A Ds3_pkt.c286 if (!s->first_packet)
H A Ds3_srvr.c767 s->first_packet=1;
776 s->first_packet=0;
H A Dd1_pkt.c559 if (!s->first_packet)
H A Dssl.h1027 int first_packet; member in struct:ssl_st
H A Dssl_lib.c208 s->first_packet=0;
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dssl.h1027 int first_packet; member in struct:ssl_st

Completed in 306 milliseconds