Home
last modified time | relevance | path

Searched refs:received (Results 1 – 25 of 558) sorted by relevance

12345678910>>...23

/freebsd-9-stable/contrib/file/magic/Magdir/
Dhp321 >>>>>>>>>0xC4 belong 3 - received SIGQUIT
322 >>>>>>>>>0xC4 belong 4 - received SIGILL
323 >>>>>>>>>0xC4 belong 5 - received SIGTRAP
324 >>>>>>>>>0xC4 belong 6 - received SIGABRT
325 >>>>>>>>>0xC4 belong 7 - received SIGEMT
326 >>>>>>>>>0xC4 belong 8 - received SIGFPE
327 >>>>>>>>>0xC4 belong 10 - received SIGBUS
328 >>>>>>>>>0xC4 belong 11 - received SIGSEGV
329 >>>>>>>>>0xC4 belong 12 - received SIGSYS
330 >>>>>>>>>0xC4 belong 33 - received SIGXCPU
[all …]
/freebsd-9-stable/crypto/openssl/crypto/jpake/
Djpake.c301 int JPAKE_STEP1_process(JPAKE_CTX *ctx, const JPAKE_STEP1 *received) in JPAKE_STEP1_process() argument
303 if (!is_legal(received->p1.gx, ctx)) { in JPAKE_STEP1_process()
309 if (!is_legal(received->p2.gx, ctx)) { in JPAKE_STEP1_process()
316 if (!verify_zkp(&received->p1, ctx->p.g, ctx)) { in JPAKE_STEP1_process()
322 if (!verify_zkp(&received->p2, ctx->p.g, ctx)) { in JPAKE_STEP1_process()
328 if (BN_is_one(received->p2.gx)) { in JPAKE_STEP1_process()
334 BN_copy(ctx->p.gxc, received->p1.gx); in JPAKE_STEP1_process()
335 BN_copy(ctx->p.gxd, received->p2.gx); in JPAKE_STEP1_process()
409 int JPAKE_STEP2_process(JPAKE_CTX *ctx, const JPAKE_STEP2 *received) in JPAKE_STEP2_process() argument
425 if (verify_zkp(received, t1, ctx)) in JPAKE_STEP2_process()
[all …]
Djpake.h65 int JPAKE_STEP1_process(JPAKE_CTX *ctx, const JPAKE_STEP1 *received);
74 int JPAKE_STEP2_process(JPAKE_CTX *ctx, const JPAKE_STEP2 *received);
84 int JPAKE_STEP3A_process(JPAKE_CTX *ctx, const JPAKE_STEP3A *received);
89 int JPAKE_STEP3B_process(JPAKE_CTX *ctx, const JPAKE_STEP3B *received);
/freebsd-9-stable/tools/regression/sigqueue/sigqtest1/
Dsigqtest1.c8 int received; variable
15 if (si->si_value.sival_int != received) in handler()
17 received++; in handler()
49 if (received != i) in main()
/freebsd-9-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
DBEGEMOT-WIRELESS-MIB.txt1165 "The last sequence number received from this peer."
1818 "The number of frames received by this interface that had bad version."
1827 "The number of frames received by this interface that were too short."
1836 "The number of frames received by this interface with wrong BSSID."
1845 "The number of received discarded duplicate frames by this interface."
1854 "The number of received frames by this interface that were dropped
1864 "The number of received multicast echo frames discarded by this
1874 "The number of frames received by this interface that were dropped
1884 "The number of frames received by this interface that were dropped
1894 "The number of frames received by this interface that were dropped
[all …]
/freebsd-9-stable/crypto/openssl/doc/ssl/
DSSL_CTX_set_msg_callback.pod21 protocol messages (such as handshake messages) that are received or
39 This flag is B<0> when a protocol message has been received and B<1>
65 The B<SSL> object that received or sent the message.
80 If processing a received protocol message results in an error,
87 a TLS 1.0 ClientHello message is received by an SSL 3.0-only server,
DSSL_alert_type_string.pod78 An inappropriate message was received. This alert is always fatal
84 This alert is returned if a record is received with an incorrect
89 The decompression function received improper input (e.g. data
139 A TLSCiphertext record was received which had a length more than
145 A valid certificate chain or partial chain was received, but the
152 A valid certificate was received, but when access control was
DSSL_set_shutdown.pod38 A shutdown alert was received form the peer, either a normal "close notify"
56 If a "close notify" was received, SSL_RECEIVED_SHUTDOWN will be set,
DSSL_read.pod33 SSL_read() works based on the SSL/TLS records. The data are received in
35 record has been completely received, it can be processed (decryption and
41 of the next record. Only when the record has been received and processed
/freebsd-9-stable/contrib/dialog/samples/copifuncs/
Dcommon.funcs17 # You should have received a copy of the GNU General Public License
136 # should the default be to store read messages to the "received" folder?
255 # start up by pointing to the first new message received, if possible?
276 # where to save received messages to, default file is "=received"
277 receivedmail = =received
/freebsd-9-stable/contrib/ofed/management/doc/
Dibtracer.txt39 added to the SourceRoute attribute and checked when the packet is received
53 If it is (a VendorGetResp is received), a VendorGet(SourceRoute)
57 port number it is received on with the port number in the SourceRoute
59 the port is was received on is put back into the VendorGetResp(SourceRoute).
Dlibibumad.txt213 value makes the kernel indicate timeout if the reply is not received within the
227 Description: Wait up to 'timeout_ms' for a packet to be received from the
230 is received. Zero 'timeout_ms' indicates a non blocking read.
243 Description: Wait up to 'timeout_ms' for a packet to be received from the
290 received, a non zero status means the packet had a send-timeout
Dlibibmad.txt88 outgoing packet, while if the 'rcvdata' is non-null, copy the received packet
236 for the outgoing packet, and the received packet payload is copied back
403 Description: Wait 'timeout_ms' milliseconds for a packet to be received. Once
404 a packet is received, it is copied to the specified 'umad' buffer allocated
406 any case it is the caller responsibility to free the received packet using
408 a packet is received. Zero 'timeout_ms' guarantees non blocking read,
409 i.e. either the function returns immediately with new received packet,
410 or it will return with error. Return a pointer to the received umad buffer
/freebsd-9-stable/contrib/ntp/sntp/libevent/test/
Dtest-ratelim.c83 ev_uint64_t received; member
132 cs->received += len; in discard_readcb()
428 double persec = states[i].received; in test_ratelimiting()
430 total_received += states[i].received; in test_ratelimiting()
/freebsd-9-stable/contrib/ntp/scripts/stats/
DREADME.timecodes45 occurs during initial synchronization and when received signal has
67 occurs during initial synchronization and when received signal has
86 initial synchronization and when received signal is lost for an
139 occurs during initial synchronization and when received signal is
/freebsd-9-stable/sys/ofed/drivers/infiniband/util/
DKconfig5 Prints sent and received MADs on QP 0/1 for debugging.
/freebsd-9-stable/crypto/openssh/
DPROTOCOL.chacha20poly130564 bytes of ciphertext length have been received, they may be decrypted
69 Once the entire packet has been received, the MAC MUST be checked
88 rekeying every 1GB of data sent or received. If this recommendation
/freebsd-9-stable/sys/netgraph/
Dng_patch.h95 uint64_t received; member
/freebsd-9-stable/lib/libstand/
Dnetif.h37 int received; member
/freebsd-9-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
Dtst.localtcpstate.ksh.out8 tcp:::state-change to syn-received - yes
/freebsd-9-stable/contrib/ntp/ntpdc/
Dlayout.std181 offsetof(received) = 36
213 offsetof(received) = 20
430 offsetof(received) = 96
/freebsd-9-stable/contrib/gcc/config/i386/
Dsco5.opt17 ; You should have received a copy of the GNU General Public License
/freebsd-9-stable/sys/net/
Dif_arp.h120 u_long received; /* # of ARP packets received by this host. */ member
/freebsd-9-stable/contrib/gcc/config/rs6000/
Daix41.opt18 ; You should have received a copy of the GNU General Public License
/freebsd-9-stable/contrib/gcc/config/arm/
Dpe.opt17 ; You should have received a copy of the GNU General Public License

12345678910>>...23