Searched refs:received (Results 1 - 25 of 70) sorted by relevance

123

/freebsd-11-stable/contrib/openpam/t/
H A Dt_pam_err.h38 t_pam_success(int received) argument
41 return t_compare_pam_err(PAM_SUCCESS, received);
H A Dt_pam_err.c49 t_compare_pam_err(int expected, int received) argument
52 if (expected == received)
58 if (received >= 0 && received < PAM_NUM_ERRORS)
59 t_printv("received %s\n", pam_err_name[received]);
61 t_printv("received %d\n", received);
/freebsd-11-stable/tools/regression/sigqueue/sigqtest1/
H A Dsigqtest1.c8 int received; variable
15 if (si->si_value.sival_int != received)
17 received++;
49 if (received != i)
/freebsd-11-stable/crypto/openssl/crypto/jpake/
H A 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);
H A Djpake.c309 int JPAKE_STEP1_process(JPAKE_CTX *ctx, const JPAKE_STEP1 *received) argument
311 if (!is_legal(received->p1.gx, ctx)) {
317 if (!is_legal(received->p2.gx, ctx)) {
324 if (!verify_zkp(&received->p1, ctx->p.g, ctx)) {
330 if (!verify_zkp(&received->p2, ctx->p.g, ctx)) {
336 if (BN_is_one(received->p2.gx)) {
342 BN_copy(ctx->p.gxc, received->p1.gx);
343 BN_copy(ctx->p.gxd, received->p2.gx);
417 int JPAKE_STEP2_process(JPAKE_CTX *ctx, const JPAKE_STEP2 *received) argument
433 if (verify_zkp(received, t
468 JPAKE_STEP3A_process(JPAKE_CTX *ctx, const JPAKE_STEP3A *received) argument
497 JPAKE_STEP3B_process(JPAKE_CTX *ctx, const JPAKE_STEP3B *received) argument
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_fe_round.c75 long int received; local
80 received = lrint(values[i].input);
82 (labs(received - values[i].expected) < EPSILON),
85 values[i].input, i, received, values[i].expected);
/freebsd-11-stable/sys/netgraph/
H A Dng_checksum.h78 uint64_t received; member in struct:ng_checksum_stats
H A Dng_patch.h120 uint64_t received; member in struct:ng_patch_stats
/freebsd-11-stable/stand/libsa/
H A Dnetif.h35 int received; member in struct:netif_stats
/freebsd-11-stable/contrib/sendmail/contrib/
H A Ddoublebounce.pl92 The following message was received for an invalid recipient. The
176 if (/^(received): (.*)/i ||
/freebsd-11-stable/sys/net/
H A Dif_arp.h104 uint64_t rxrequests; /* # of ARP requests received by this host. */
105 uint64_t rxreplies; /* # of ARP replies received by this host. */
106 uint64_t received; /* # of ARP packets received by this host. */ member in struct:arpstat
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dtest-ratelim.c83 ev_uint64_t received; member in struct:client_state
132 cs->received += len;
428 double persec = states[i].received;
430 total_received += states[i].received;
/freebsd-11-stable/share/dtrace/
H A Dudptrack30 * data that are sent and received on the host.
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2-ci.asm24 ! You should have received a copy of the GNU General Public License
H A Dcygwin.asm24 * You should have received a copy of the GNU General Public License
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrti.asm22 # You should have received a copy of the GNU General Public License
H A Dcrtend.asm16 You should have received a copy of the GNU General Public License
/freebsd-11-stable/sys/dev/iscsi/
H A Discsi.c604 * that we've received some PDU during the last second - assume
780 ISCSI_SESSION_WARN(is, "received PDU with unsupported "
877 size_t data_segment_len, received; local
910 received = io->io_received;
980 KASSERT(received <= csio->dxfer_len,
981 ("received > csio->dxfer_len"));
982 if (received < csio->dxfer_len) {
983 if (csio->resid != csio->dxfer_len - received) {
986 csio->resid, csio->dxfer_len - received);
988 csio->resid = csio->dxfer_len - received;
1036 size_t data_segment_len, received, oreceived; local
[all...]
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_request.h435 u_int32 timereceived; /* time since a packet received */
514 u_int32 received; /* packets received */ member in struct:info_sys_stats
563 u_int32 received; /* received packets */ member in struct:info_io_stats
567 u_int32 int_received; /* received by interrupt handler */
688 u_int32 last_int; /* s since we last received a packet */
690 u_int32 count; /* count of packets received */
709 u_int32 last_int; /* s since we last received a packet */
711 u_int32 count; /* count of packets received */
923 int32 received; /* number of incoming packets */ member in struct:info_if_stats
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dunwind.inc25 You should have received a copy of the GNU General Public License
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dcrti.asm22 # You should have received a copy of the GNU General Public License
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Deabi-ci.asm23 You should have received a copy of the GNU General Public License
H A Deabi-cn.asm23 You should have received a copy of the GNU General Public License
H A Dsol-ci.asm24 # You should have received a copy of the GNU General Public License
H A Dsol-cn.asm24 # You should have received a copy of the GNU General Public License

Completed in 480 milliseconds

123