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

123

/freebsd-10.0-release/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-10.0-release/crypto/openssl/crypto/jpake/
H A Djpake.h69 int JPAKE_STEP1_process(JPAKE_CTX *ctx, const JPAKE_STEP1 *received);
78 int JPAKE_STEP2_process(JPAKE_CTX *ctx, const JPAKE_STEP2 *received);
88 int JPAKE_STEP3A_process(JPAKE_CTX *ctx, const JPAKE_STEP3A *received);
93 int JPAKE_STEP3B_process(JPAKE_CTX *ctx, const JPAKE_STEP3B *received);
H A Djpake.c302 int JPAKE_STEP1_process(JPAKE_CTX *ctx, const JPAKE_STEP1 *received) argument
304 if(!is_legal(received->p1.gx, ctx))
310 if(!is_legal(received->p2.gx, ctx))
317 if(!verify_zkp(&received->p1, ctx->p.g, ctx))
324 if(!verify_zkp(&received->p2, ctx->p.g, ctx))
331 if(BN_is_one(received->p2.gx))
338 BN_copy(ctx->p.gxc, received->p1.gx);
339 BN_copy(ctx->p.gxd, received->p2.gx);
414 int JPAKE_STEP2_process(JPAKE_CTX *ctx, const JPAKE_STEP2 *received) argument
430 if(verify_zkp(received, t
464 JPAKE_STEP3A_process(JPAKE_CTX *ctx, const JPAKE_STEP3A *received) argument
491 JPAKE_STEP3B_process(JPAKE_CTX *ctx, const JPAKE_STEP3B *received) argument
[all...]
/freebsd-10.0-release/lib/libstand/
H A Dnetif.h37 int received; member in struct:netif_stats
/freebsd-10.0-release/sys/netgraph/
H A Dng_patch.h95 uint64_t received; member in struct:ng_patch_stats
101 { "received", &ng_parse_uint64_type }, \
/freebsd-10.0-release/contrib/wpa/src/ap/
H A Dgas_serv.h55 unsigned int received; member in struct:gas_dialog_info
/freebsd-10.0-release/contrib/sendmail/contrib/
H A Ddoublebounce.pl92 The following message was received for an invalid recipient. The
176 if (/^(received): (.*)/i ||
/freebsd-10.0-release/sys/net/
H A Dif_arp.h118 uint64_t rxrequests; /* # of ARP requests received by this host. */
119 uint64_t rxreplies; /* # of ARP replies received by this host. */
120 uint64_t received; /* # of ARP packets received by this host. */ member in struct:arpstat
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Dsol2-ci.asm24 ! You should have received a copy of the GNU General Public License
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dcrti.asm22 # You should have received a copy of the GNU General Public License
/freebsd-10.0-release/sys/arm/ti/cpsw/
H A Dif_cpsw.c949 struct mbuf *received, *next; local
955 received = cpsw_rx_dequeue(sc);
957 while (received != NULL) {
958 next = received->m_nextpkt;
959 received->m_nextpkt = NULL;
960 (*sc->ifp->if_input)(sc->ifp, received);
961 received = next;
1061 * host port. That makes us promiscuous wrt received packets.
1226 struct mbuf *received, *next; local
1229 received
[all...]
/freebsd-10.0-release/contrib/ntp/include/
H A Dntp_request.h421 u_int32 timereceived; /* time since a packet received */
500 u_int32 received; /* packets received */ member in struct:info_sys_stats
547 u_int32 received; /* received packets */ member in struct:info_io_stats
551 u_int32 int_received; /* received by interrupt handler */
669 u_int32 firsttime; /* first time we received a packet */
671 u_int32 count; /* count of packets received */
690 u_int32 firsttime; /* first time we received a packet */
692 u_int32 count; /* count of packets received */
898 int32 received; /* number of incoming packets */ member in struct:info_if_stats
[all...]
H A Dntp.h187 volatile long received; /* number of incoming packets */ member in struct:interface
283 * Variables set by received packet
366 u_long timereceived; /* last packet received time */
370 u_long received; /* packets received */ member in struct:peer
/freebsd-10.0-release/contrib/gcc/config/arm/
H A Dcrti.asm22 # You should have received a copy of the GNU General Public License
/freebsd-10.0-release/contrib/gcc/config/rs6000/
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
/freebsd-10.0-release/contrib/gcc/config/sparc/
H A Dsol2-ci.asm24 ! You should have received a copy of the GNU General Public License
H A Dsol2-c1.asm24 ! You should have received a copy of the GNU General Public License
/freebsd-10.0-release/contrib/gcc/
H A Dunwind.inc25 You should have received a copy of the GNU General Public License
/freebsd-10.0-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc388 // Return a special value to indicate that the process received an unhandled
/freebsd-10.0-release/tools/tools/mctest/
H A Dmctest.cc364 struct timeval received[clients][number]; local
370 args[i].packets = received[i];
/freebsd-10.0-release/tools/tools/netmap/
H A Dpkt-gen.c932 uint64_t received = 0; local
984 received += m;
986 targ->count = received;
994 targ->count = received;
1041 rx_output(uint64_t received, double delta) argument
1046 printf("Received %" PRIu64 " packets, in %.2f seconds.\n", received, delta);
1050 pps = received / delta;
/freebsd-10.0-release/usr.bin/fetch/
H A Dfetch.c90 static int sigalrm; /* SIGALRM received */
91 static int siginfo; /* SIGINFO received */
92 static int sigint; /* SIGINT received */
197 off_t rcvd; /* bytes already received */
198 off_t lastrcvd; /* bytes received since last update */
209 off_t received, expected; local
212 received = xs->rcvd - xs->offset;
214 eta = (long)((double)elapsed * expected / received);
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c346 * Utility function to get the received properties of the given object.
1567 * Given a property, inherit the value from the parent dataset, or if received
1568 * is TRUE, revert to the received value, if any.
1571 zfs_prop_inherit(zfs_handle_t *zhp, const char *propname, boolean_t received) argument
1583 zc.zc_cookie = received;
1610 if (!zfs_prop_inheritable(prop) && !received)
1753 boolean_t received = zfs_is_recvd_props_mode(zhp); local
1829 if (received)
2108 boolean_t received = zfs_is_recvd_props_mode(zhp); local
2116 if (received
3885 zfs_expand_proplist(zfs_handle_t *zhp, zprop_list_t **plp, boolean_t received) argument
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgdb-events.sh20 # You should have received a copy of the GNU General Public License
133 You should have received a copy of the GNU General Public License

Completed in 210 milliseconds

123