| /freebsd-9-stable/contrib/file/magic/Magdir/ |
| D | hp | 321 >>>>>>>>>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/ |
| D | jpake.c | 301 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 …]
|
| D | jpake.h | 65 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/ |
| D | sigqtest1.c | 8 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/ |
| D | BEGEMOT-WIRELESS-MIB.txt | 1165 "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/ |
| D | SSL_CTX_set_msg_callback.pod | 21 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,
|
| D | SSL_alert_type_string.pod | 78 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
|
| D | SSL_set_shutdown.pod | 38 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,
|
| D | SSL_read.pod | 33 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/ |
| D | common.funcs | 17 # 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/ |
| D | ibtracer.txt | 39 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).
|
| D | libibumad.txt | 213 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
|
| D | libibmad.txt | 88 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/ |
| D | test-ratelim.c | 83 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/ |
| D | README.timecodes | 45 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/ |
| D | Kconfig | 5 Prints sent and received MADs on QP 0/1 for debugging.
|
| /freebsd-9-stable/crypto/openssh/ |
| D | PROTOCOL.chacha20poly1305 | 64 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/ |
| D | ng_patch.h | 95 uint64_t received; member
|
| /freebsd-9-stable/lib/libstand/ |
| D | netif.h | 37 int received; member
|
| /freebsd-9-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/ |
| D | tst.localtcpstate.ksh.out | 8 tcp:::state-change to syn-received - yes
|
| /freebsd-9-stable/contrib/ntp/ntpdc/ |
| D | layout.std | 181 offsetof(received) = 36 213 offsetof(received) = 20 430 offsetof(received) = 96
|
| /freebsd-9-stable/contrib/gcc/config/i386/ |
| D | sco5.opt | 17 ; You should have received a copy of the GNU General Public License
|
| /freebsd-9-stable/sys/net/ |
| D | if_arp.h | 120 u_long received; /* # of ARP packets received by this host. */ member
|
| /freebsd-9-stable/contrib/gcc/config/rs6000/ |
| D | aix41.opt | 18 ; You should have received a copy of the GNU General Public License
|
| /freebsd-9-stable/contrib/gcc/config/arm/ |
| D | pe.opt | 17 ; You should have received a copy of the GNU General Public License
|