Searched refs:chk (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-9.3-release/gnu/lib/libssp/
H A DMakefile18 SRCS= ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \
19 memset-chk.c snprintf-chk.c sprintf-chk.c stpcpy-chk.c \
20 strcat-chk.c strcpy-chk
[all...]
/freebsd-9.3-release/sys/boot/arm/at91/libat91/
H A Dxmodem.c53 unsigned chk, j; local
55 chk = 0;
69 chk = chk ^ ch << 8;
71 if (chk & 0x8000)
72 chk = chk << 1 ^ 0x1021;
74 chk = chk << 1;
79 chk
[all...]
/freebsd-9.3-release/contrib/gcclibs/libssp/
H A DMakefile.am31 ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \
32 memset-chk.c snprintf-chk.c sprintf-chk.c stpcpy-chk.c \
33 strcat-chk.c strcpy-chk
[all...]
/freebsd-9.3-release/sys/netinet/
H A Dsctp_timer.c58 struct sctp_tmit_chunk *chk; local
65 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) {
66 if (chk->sent == SCTP_DATAGRAM_RESEND) {
71 TAILQ_FOREACH(chk, &asoc->control_send_queue, sctp_next) {
72 if (chk->sent == SCTP_DATAGRAM_RESEND) {
76 TAILQ_FOREACH(chk, &asoc->asconf_send_queue, sctp_next) {
77 if (chk->sent == SCTP_DATAGRAM_RESEND) {
423 struct sctp_tmit_chunk *chk, *nchk; local
427 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) {
428 if (SCTP_TSN_GE(asoc->last_acked_seq, chk
477 struct sctp_tmit_chunk *chk, *nchk; local
1094 struct sctp_tmit_chunk *strrst = NULL, *chk = NULL; local
1155 struct sctp_tmit_chunk *asconf, *chk; local
[all...]
H A Dsctp_output.c6121 struct sctp_tmit_chunk *chk, *nchk; local
6126 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) {
6133 if (PR_SCTP_BUF_ENABLED(chk->flags)) {
6138 if (chk->rec.data.timetodrop.tv_sec >= (long)srcv->sinfo_timetolive) {
6146 if (chk->data) {
6154 if (chk->sent > SCTP_DATAGRAM_UNSENT)
6158 ret_spc = sctp_release_pr_sctp_chunk(stcb, chk,
6170 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {
6172 if (PR_SCTP_BUF_ENABLED(chk->flags)) {
6173 if (chk
6890 struct sctp_tmit_chunk *chk, *nchk; local
6909 struct sctp_tmit_chunk *chk, *nchk; local
7034 struct sctp_tmit_chunk *chk, *nchk; local
7149 struct sctp_tmit_chunk *chk; local
7733 struct sctp_tmit_chunk *chk; local
7746 struct sctp_tmit_chunk *chk; local
7794 struct sctp_tmit_chunk *chk, *nchk; local
8914 struct sctp_tmit_chunk *chk; local
8968 struct sctp_tmit_chunk *chk; local
9055 struct sctp_tmit_chunk *chk; local
9116 struct sctp_tmit_chunk *chk; local
9164 struct sctp_tmit_chunk *chk; local
9207 struct sctp_tmit_chunk *chk; local
9252 struct sctp_tmit_chunk *chk; local
9299 struct sctp_tmit_chunk *chk; local
9416 struct sctp_tmit_chunk *chk, *fwd; local
10236 struct sctp_tmit_chunk *chk; local
10425 struct sctp_tmit_chunk *chk, *a_chk; local
11239 struct sctp_tmit_chunk *chk; local
11340 struct sctp_tmit_chunk *chk; local
11404 struct sctp_tmit_chunk *chk; local
11551 struct sctp_tmit_chunk *chk; local
11608 sctp_add_stream_reset_out(struct sctp_tmit_chunk *chk, int number_entries, uint16_t * list, uint32_t seq, uint32_t resp_seq, uint32_t last_sent) argument
11651 sctp_add_stream_reset_in(struct sctp_tmit_chunk *chk, int number_entries, uint16_t * list, uint32_t seq) argument
11692 sctp_add_stream_reset_tsn(struct sctp_tmit_chunk *chk, uint32_t seq) argument
11720 sctp_add_stream_reset_result(struct sctp_tmit_chunk *chk, uint32_t resp_seq, uint32_t result) argument
11749 sctp_add_stream_reset_result_tsn(struct sctp_tmit_chunk *chk, uint32_t resp_seq, uint32_t result, uint32_t send_una, uint32_t recv_next) argument
11781 sctp_add_an_out_stream(struct sctp_tmit_chunk *chk, uint32_t seq, uint16_t adding) argument
11814 sctp_add_an_in_stream(struct sctp_tmit_chunk *chk, uint32_t seq, uint16_t adding) argument
11857 struct sctp_tmit_chunk *chk; local
[all...]
H A Dsctp_indata.c166 struct sctp_tmit_chunk *chk)
174 read_queue_e->sinfo_stream = chk->rec.data.stream_number;
175 read_queue_e->sinfo_ssn = chk->rec.data.stream_seq;
176 read_queue_e->sinfo_flags = (chk->rec.data.rcv_flags << 8);
177 read_queue_e->sinfo_ppid = chk->rec.data.payloadtype;
180 read_queue_e->sinfo_tsn = chk->rec.data.TSN_seq;
181 read_queue_e->sinfo_cumtsn = chk->rec.data.TSN_seq;
183 read_queue_e->whoFrom = chk->whoTo;
186 atomic_add_int(&chk->whoTo->ref_count, 1);
187 read_queue_e->data = chk
165 sctp_build_readq_entry_chk(struct sctp_tcb *stcb, struct sctp_tmit_chunk *chk) argument
370 struct sctp_tmit_chunk *chk, *nchk; local
731 struct sctp_tmit_chunk *chk; local
761 struct sctp_tmit_chunk *chk; local
831 sctp_queue_data_for_reasm(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_tmit_chunk *chk, int *abort_flag) argument
1267 struct sctp_tmit_chunk *chk; local
2235 struct sctp_tmit_chunk *chk; local
3466 struct sctp_tmit_chunk *chk; local
5013 struct sctp_tmit_chunk *chk, *nchk; local
5103 struct sctp_tmit_chunk *chk, *nchk; local
[all...]
H A Dsctp_input.c310 struct sctp_tmit_chunk *chk, *nchk; local
314 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {
315 if (chk->rec.data.stream_number >= newcnt) {
316 TAILQ_REMOVE(&asoc->send_queue, chk, sctp_next);
318 if (asoc->strmout[chk->rec.data.stream_number].chunks_on_queues > 0) {
319 asoc->strmout[chk->rec.data.stream_number].chunks_on_queues--;
322 panic("No chunks on the queues for sid %u.", chk->rec.data.stream_number);
325 if (chk->data != NULL) {
326 sctp_free_bufspace(stcb, asoc, chk, 1);
328 0, chk, SCTP_SO_NOT_LOCKE
1074 struct sctp_chunkhdr *chk; local
1751 struct sctp_tmit_chunk *chk; local
2980 struct sctp_tmit_chunk *chk; local
3118 struct sctp_tmit_chunk *chk; local
3506 struct sctp_tmit_chunk *chk; local
3549 struct sctp_tmit_chunk *chk = stcb->asoc.str_reset; local
3579 struct sctp_tmit_chunk *chk; local
3713 sctp_handle_str_reset_request_in(struct sctp_tcb *stcb, struct sctp_tmit_chunk *chk, struct sctp_stream_reset_in_request *req, int trunc) argument
3767 sctp_handle_str_reset_request_tsn(struct sctp_tcb *stcb, struct sctp_tmit_chunk *chk, struct sctp_stream_reset_tsn_request *req) argument
3832 sctp_handle_str_reset_request_out(struct sctp_tcb *stcb, struct sctp_tmit_chunk *chk, struct sctp_stream_reset_out_request *req, int trunc) argument
3908 sctp_handle_str_reset_add_strm(struct sctp_tcb *stcb, struct sctp_tmit_chunk *chk, struct sctp_stream_reset_add_strm *str_add) argument
3993 sctp_handle_str_reset_add_out_strm(struct sctp_tcb *stcb, struct sctp_tmit_chunk *chk, struct sctp_stream_reset_add_strm *str_add) argument
4062 struct sctp_tmit_chunk *chk; local
5188 struct sctp_tmit_chunk *chk; local
[all...]
H A Dsctp_pcb.c4641 struct sctp_tmit_chunk *chk, *nchk; local
4965 TAILQ_FOREACH_SAFE(chk, &asoc->free_chunks, sctp_next, nchk) {
4966 TAILQ_REMOVE(&asoc->free_chunks, chk, sctp_next);
4967 if (chk->data) {
4968 sctp_m_freem(chk->data);
4969 chk->data = NULL;
4971 if (chk->holds_key_ref)
4972 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED);
4973 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
4980 TAILQ_FOREACH_SAFE(chk,
5006 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
5036 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
5057 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
5071 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
5084 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
6785 struct sctp_tmit_chunk *chk, *nchk; local
[all...]
H A Dsctputil.c576 struct sctp_tmit_chunk *chk; local
612 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) {
613 if (chk->sent == SCTP_DATAGRAM_RESEND) {
615 } else if (chk->sent < SCTP_DATAGRAM_RESEND) {
616 tot_out += chk->book_size;
681 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) {
682 if ((chk->whoTo == lnet) &&
683 (chk->sent < SCTP_DATAGRAM_RESEND)) {
684 tot_out += chk->book_size;
1573 struct sctp_tmit_chunk *chk; local
2315 struct sctp_tmit_chunk *chk; local
2811 sctp_notify_send_failed(struct sctp_tcb *stcb, uint8_t sent, uint32_t error, struct sctp_tmit_chunk *chk, int so_locked SCTP_UNUSED ) argument
3708 struct sctp_tmit_chunk *chk, *nchk; local
4715 struct sctp_tmit_chunk *chk = NULL, *tp2; local
[all...]
H A Dsctp_asconf.c1025 struct sctp_tmit_chunk *chk; local
1027 chk = TAILQ_FIRST(&stcb->asoc.sent_queue);
1029 stcb, chk->whoTo);
1041 struct sctp_tmit_chunk *chk; local
1048 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) {
1049 if (chk->whoTo == net) {
1050 if (chk->sent < SCTP_DATAGRAM_RESEND) {
1051 chk->sent = SCTP_DATAGRAM_RESEND;
1053 sctp_flight_size_decrease(chk);
1054 sctp_total_flight_decrease(stcb, chk);
2362 struct sctp_tmit_chunk *chk, *nchk; local
[all...]
/freebsd-9.3-release/usr.bin/xlint/lint2/
H A DMakefile7 SRCS= main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c inittyp.c
/freebsd-9.3-release/usr.bin/lex/
H A Dtblcmp.c312 chk = reallocate_integer_array( chk, current_max_xpairs );
314 zero_out( (char *) (chk + old_max),
331 * chk) able to accommodate the state
342 * consecutive unused records in the chk and nxt arrays.
349 * nxt and chk.
354 * chk/nxt, which should be 1.
360 * chk/nxt arrays.
383 if ( chk[i - 1] == 0 )
386 if ( chk[
[all...]
H A Dgen.c155 /* We need to have room in nxt/chk for two more slots: One for the
158 * nxt/chk pair with is EOB, i.e., 0, so we don't have to make sure
170 chk[tblend + 1] = numecs + 1;
171 chk[tblend + 2] = 1; /* anything but EOB */
184 chk[offset] = EOB_POSITION;
185 chk[offset - 1] = ACTION_POSITION;
191 if ( chk[i] == EOB_POSITION )
194 else if ( chk[i] == ACTION_POSITION )
197 else if ( chk[i] > numecs || chk[
[all...]
H A Dmain.c91 int lastdfa, *nxt, *chk, *tnxt; variable
538 _( " %d/%d (peak %d) nxt-chk entries created\n" ),
541 _( " %d/%d (peak %d) template nxt-chk entries created\n" ),
1096 chk = allocate_integer_array( current_max_xpairs );
/freebsd-9.3-release/lib/libstand/
H A Ddosfs.h84 u_char chk; /* checksum */ member in struct:__anon5312
H A Ddosfs.c365 u_int chk, i, x, xdn; local
368 x = chk = 0;
390 chk = dd.xde.chk;
391 else if (dd.xde.seq != xdn - 1 || dd.xde.chk != chk)
407 if (x == chk)
517 u_int nsec, lsec, xdn, chk, sec, ent, x; local
530 xdn = chk = 0;
548 dir[ent].xde.chk
[all...]
/freebsd-9.3-release/sys/netinet6/
H A Dsctp6_usrreq.c240 struct sctp_tmit_chunk *chk; local
246 TAILQ_FOREACH(chk, &stcb->asoc.send_queue, sctp_next) {
247 if ((uint32_t) (chk->send_size + IP_HDR_SIZE) > nxtsz) {
248 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
251 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) {
252 if ((uint32_t) (chk->send_size + IP_HDR_SIZE) > nxtsz) {
257 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
258 if (chk->sent != SCTP_DATAGRAM_RESEND)
260 chk->sent = SCTP_DATAGRAM_RESEND;
261 chk
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dge25519.c199 fe25519 t, chk, num, den, den2, den4, den6; local
224 fe25519_square(&chk, &r->x);
225 fe25519_mul(&chk, &chk, &den);
226 if (!fe25519_iseq_vartime(&chk, &num))
230 fe25519_square(&chk, &r->x);
231 fe25519_mul(&chk, &chk, &den);
232 if (!fe25519_iseq_vartime(&chk, &num))
/freebsd-9.3-release/usr.sbin/ckdist/
H A Dckdist.c225 char sum[MDSUMLEN + 1], chk[MDSUMLEN + 1]; local
250 } else if (!MD5File(dname, chk))
252 else if (strcmp(chk, sum))
275 uint32_t chk; local
303 if (crc(fd, &chk, &len))
305 else if (chk != sum)
/freebsd-9.3-release/usr.sbin/lpr/common_source/
H A Drmjob.c126 if (lockchk(pp, pp->lock_file) && chk(current)) {
196 if (!chk(file))
231 chk(char *file) function
H A Dlp.h260 int chk(char *_file);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dsemantics.c237 deferred_access_check *chk, *probe; local
240 VEC_iterate (deferred_access_check, checks, i, chk) ;
248 if (probe->binfo == chk->binfo &&
249 probe->decl == chk->decl &&
250 probe->diag_decl == chk->diag_decl)
255 ptr->deferred_access_checks, chk);
270 deferred_access_check *chk; local
275 for (i = 0 ; VEC_iterate (deferred_access_check, checks, i, chk) ; ++i)
276 enforce_access (chk->binfo, chk
309 deferred_access_check *chk; local
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A DsctpHeader.h84 struct sctpChunkDesc chk; member in struct:sctpRelChunkDesc
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_ioctl.c4122 int chk; local
4131 chk = pf_test(PF_IN, ifp, m, NULL, inp);
4133 if (chk && *m) {
4143 return chk;
4159 int chk; local
4168 chk = pf_test(PF_OUT, ifp, m, NULL, inp);
4170 if (chk && *m) {
4180 return chk;
4193 int chk; local
4201 chk
4218 int chk; local
[all...]
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dia64-gen.c231 /* An opcode dependency (chk/reg pair of dependency lists). */
234 int chk; /* index into dlists */
424 if (opdeps[i]->chk == chkind
429 pair->chk = chkind;
801 add_dep (const char *name, const char *chk, const char *reg,
808 parse_resource_users (chk, &rs->chks, &rs->nchks, &rs->chknotes);
1131 else if (CONST_STRNEQ (idesc->name, "chk")
1621 if (opdeps[i]->chk == -1)
1624 printf ("NELS(dep%d), dep%d, ", opdeps[i]->chk, opdeps[i]->chk);
233 int chk; /* index into dlists */ member in struct:opdep
799 add_dep(const char *name, const char *chk, const char *reg, int semantics, int mode, char *extra, int flag) argument
[all...]

Completed in 227 milliseconds

12