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

12

/freebsd-10.1-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-10.1-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-10.1-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-10.1-release/sys/netinet/
H A Dsctp_timer.c60 struct sctp_tmit_chunk *chk; local
67 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) {
68 if (chk->sent == SCTP_DATAGRAM_RESEND) {
73 TAILQ_FOREACH(chk, &asoc->control_send_queue, sctp_next) {
74 if (chk->sent == SCTP_DATAGRAM_RESEND) {
78 TAILQ_FOREACH(chk, &asoc->asconf_send_queue, sctp_next) {
79 if (chk->sent == SCTP_DATAGRAM_RESEND) {
425 struct sctp_tmit_chunk *chk, *nchk; local
429 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) {
430 if (SCTP_TSN_GE(asoc->last_acked_seq, chk
479 struct sctp_tmit_chunk *chk, *nchk; local
1096 struct sctp_tmit_chunk *strrst = NULL, *chk = NULL; local
1157 struct sctp_tmit_chunk *asconf, *chk; local
[all...]
H A Dsctp_output.c6128 struct sctp_tmit_chunk *chk, *nchk; local
6133 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) {
6140 if (PR_SCTP_BUF_ENABLED(chk->flags)) {
6145 if (chk->rec.data.timetodrop.tv_sec >= (long)srcv->sinfo_timetolive) {
6153 if (chk->data) {
6161 if (chk->sent > SCTP_DATAGRAM_UNSENT)
6165 ret_spc = sctp_release_pr_sctp_chunk(stcb, chk,
6177 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {
6179 if (PR_SCTP_BUF_ENABLED(chk->flags)) {
6180 if (chk
6897 struct sctp_tmit_chunk *chk, *nchk; local
6916 struct sctp_tmit_chunk *chk, *nchk; local
7041 struct sctp_tmit_chunk *chk, *nchk; local
7156 struct sctp_tmit_chunk *chk; local
7738 struct sctp_tmit_chunk *chk; local
7751 struct sctp_tmit_chunk *chk; local
7799 struct sctp_tmit_chunk *chk, *nchk; local
8918 struct sctp_tmit_chunk *chk; local
8967 struct sctp_tmit_chunk *chk; local
9054 struct sctp_tmit_chunk *chk; local
9115 struct sctp_tmit_chunk *chk; local
9163 struct sctp_tmit_chunk *chk; local
9207 struct sctp_tmit_chunk *chk; local
9253 struct sctp_tmit_chunk *chk; local
9300 struct sctp_tmit_chunk *chk; local
9416 struct sctp_tmit_chunk *chk, *fwd; local
10236 struct sctp_tmit_chunk *chk; local
10426 struct sctp_tmit_chunk *chk, *a_chk; local
11246 struct sctp_tmit_chunk *chk; local
11348 struct sctp_tmit_chunk *chk; local
11413 struct sctp_tmit_chunk *chk; local
11561 struct sctp_tmit_chunk *chk; local
11619 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
11662 sctp_add_stream_reset_in(struct sctp_tmit_chunk *chk, int number_entries, uint16_t * list, uint32_t seq) argument
11703 sctp_add_stream_reset_tsn(struct sctp_tmit_chunk *chk, uint32_t seq) argument
11731 sctp_add_stream_reset_result(struct sctp_tmit_chunk *chk, uint32_t resp_seq, uint32_t result) argument
11760 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
11792 sctp_add_an_out_stream(struct sctp_tmit_chunk *chk, uint32_t seq, uint16_t adding) argument
11825 sctp_add_an_in_stream(struct sctp_tmit_chunk *chk, uint32_t seq, uint16_t adding) argument
11868 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
2236 struct sctp_tmit_chunk *chk; local
3467 struct sctp_tmit_chunk *chk; local
5014 struct sctp_tmit_chunk *chk, *nchk; local
5104 struct sctp_tmit_chunk *chk, *nchk; local
[all...]
H A Dsctp_input.c312 struct sctp_tmit_chunk *chk, *nchk; local
316 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {
317 if (chk->rec.data.stream_number >= newcnt) {
318 TAILQ_REMOVE(&asoc->send_queue, chk, sctp_next);
320 if (asoc->strmout[chk->rec.data.stream_number].chunks_on_queues > 0) {
321 asoc->strmout[chk->rec.data.stream_number].chunks_on_queues--;
324 panic("No chunks on the queues for sid %u.", chk->rec.data.stream_number);
327 if (chk->data != NULL) {
328 sctp_free_bufspace(stcb, asoc, chk, 1);
330 0, chk, SCTP_SO_NOT_LOCKE
1064 struct sctp_chunkhdr *chk; local
1747 struct sctp_tmit_chunk *chk; local
2979 struct sctp_tmit_chunk *chk; local
3117 struct sctp_tmit_chunk *chk; local
3505 struct sctp_tmit_chunk *chk; local
3548 struct sctp_tmit_chunk *chk = stcb->asoc.str_reset; local
3578 struct sctp_tmit_chunk *chk; local
3715 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
3769 sctp_handle_str_reset_request_tsn(struct sctp_tcb *stcb, struct sctp_tmit_chunk *chk, struct sctp_stream_reset_tsn_request *req) argument
3834 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
3910 sctp_handle_str_reset_add_strm(struct sctp_tcb *stcb, struct sctp_tmit_chunk *chk, struct sctp_stream_reset_add_strm *str_add) argument
3995 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
4064 struct sctp_tmit_chunk *chk; local
5191 struct sctp_tmit_chunk *chk; local
[all...]
H A Dsctp_pcb.c4654 struct sctp_tmit_chunk *chk, *nchk; local
4978 TAILQ_FOREACH_SAFE(chk, &asoc->free_chunks, sctp_next, nchk) {
4979 TAILQ_REMOVE(&asoc->free_chunks, chk, sctp_next);
4980 if (chk->data) {
4981 sctp_m_freem(chk->data);
4982 chk->data = NULL;
4984 if (chk->holds_key_ref)
4985 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED);
4986 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
4993 TAILQ_FOREACH_SAFE(chk,
5019 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
5049 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
5070 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
5084 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
5097 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
6827 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;
1595 struct sctp_tmit_chunk *chk; local
2337 struct sctp_tmit_chunk *chk; local
2819 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
3717 struct sctp_tmit_chunk *chk, *nchk; local
4724 struct sctp_tmit_chunk *chk = NULL, *tp2; local
[all...]
H A Dsctp_asconf.c1020 struct sctp_tmit_chunk *chk; local
1022 chk = TAILQ_FIRST(&stcb->asoc.sent_queue);
1024 stcb, chk->whoTo);
1036 struct sctp_tmit_chunk *chk; local
1043 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) {
1044 if (chk->whoTo == net) {
1045 if (chk->sent < SCTP_DATAGRAM_RESEND) {
1046 chk->sent = SCTP_DATAGRAM_RESEND;
1048 sctp_flight_size_decrease(chk);
1049 sctp_total_flight_decrease(stcb, chk);
2352 struct sctp_tmit_chunk *chk, *nchk; local
[all...]
/freebsd-10.1-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-10.1-release/contrib/flex/
H A Dtblcmp.c301 chk = reallocate_integer_array (chk, current_max_xpairs);
303 zero_out ((char *) (chk + old_max),
320 * chk) able to accommodate the state
331 * consecutive unused records in the chk and nxt arrays.
338 * nxt and chk.
342 * chk/nxt, which should be 1.
348 * chk/nxt arrays.
369 if (chk[i - 1] == 0) {
371 if (chk[
[all...]
H A Dgen.c234 /* We need to have room in nxt/chk for two more slots: One for the
237 * nxt/chk pair with is EOB, i.e., 0, so we don't have to make sure
249 chk[tblend + 1] = numecs + 1;
250 chk[tblend + 2] = 1; /* anything but EOB */
262 chk[offset] = EOB_POSITION;
263 chk[offset - 1] = ACTION_POSITION;
268 if (chk[i] == EOB_POSITION) {
273 else if (chk[i] == ACTION_POSITION) {
278 else if (chk[i] > numecs || chk[
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/objects/
H A Dobjxref.pl110 my ($chk) = @_;
111 if (!exists $oid_tbl{$chk})
113 die "Not Found \"$chk\"\n";
/freebsd-10.1-release/lib/libstand/
H A Ddosfs.h84 u_char chk; /* checksum */ member in struct:__anon5839
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-10.1-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-10.1-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-10.1-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-10.1-release/usr.sbin/lpr/common_source/
H A Drmjob.c125 if (lockchk(pp, pp->lock_file) && chk(current)) {
195 if (!chk(file))
230 chk(char *file) function
H A Dlp.h274 int chk(char *_file);
/freebsd-10.1-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-10.1-release/contrib/tcpdump/
H A DsctpHeader.h84 struct sctpChunkDesc chk; member in struct:sctpRelChunkDesc
/freebsd-10.1-release/contrib/apr/include/
H A Dapr_thread_proc.h541 * @param chk Flag to indicate whether or not extra work should be done
549 apr_int32_t chk);
/freebsd-10.1-release/sys/netpfil/pf/
H A Dpf_ioctl.c3557 int chk; local
3559 chk = pf_test(PF_IN, ifp, m, inp);
3560 if (chk && *m) {
3565 return (chk);
3572 int chk; local
3574 chk = pf_test(PF_OUT, ifp, m, inp);
3575 if (chk && *m) {
3580 return (chk);
3589 int chk; local
3597 chk
3610 int chk; local
[all...]

Completed in 482 milliseconds

12