Searched defs:ich (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/eeprom/sparc/ |
H A D | loadlogo.c | 49 int icw = 64, ich = 64, bits = 16; local 74 c = fscanf(f, "eight=%d", &ich); 94 icw != w || ich != h ||
|
/illumos-gate/usr/src/cmd/iconv/ |
H A D | iconv_main.c | 46 iconv_t ich; /* iconv(3c) lib handle */ variable 53 return (iconv(ich, iptr, ileft, optr, oleft)); 131 ich = iconv_open(to_cs, from_cs); 132 if (ich == ((iconv_t)-1)) {
|
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_conn.c | 60 sctp_chunk_hdr_t *ich; local 76 ich = (sctp_chunk_hdr_t *)(iack + 1); 77 init = (sctp_init_chunk_t *)(ich + 1); 81 err = sctp_get_addrparams(acceptor, listener, cr_pkt, ich,
|
H A D | sctp_hash.c | 354 sctp_chunk_hdr_t *ich; local 394 if ((ich = sctp_first_chunk((uchar_t *)(sctph + 1), mlen)) == NULL) { 398 if (ich->sch_id == CHUNK_INIT_ACK) { 399 remaining = ntohs(ich->sch_len) - sizeof (*ich) - 410 iack = (sctp_init_chunk_t *)(ich + 1);
|
H A D | sctp_common.c | 1223 * side and psctp will be NULL and ich will be the INIT-ACK chunk. 1224 * If we get here from sctp_accept_comm(), ich will be the INIT chunk 1255 sctp_chunk_hdr_t *ich, uint_t *sctp_options) 1344 remaining = ntohs(ich->sch_len) - sizeof (*ich) - 1355 init = (sctp_init_chunk_t *)(ich + 1); 1508 sctp_secure_restart_check(mblk_t *pkt, sctp_chunk_hdr_t *ich, uint32_t ports, argument 1536 remaining = ntohs(ich->sch_len) - sizeof (*ich) - 1542 init = (sctp_init_chunk_t *)(ich 1254 sctp_get_addrparams(sctp_t *sctp, sctp_t *psctp, mblk_t *pkt, sctp_chunk_hdr_t *ich, uint_t *sctp_options) argument [all...] |
H A D | sctp_cookie.c | 1437 sctp_addrlist2sctp(mblk_t *mp, sctp_hdr_t *sctph, sctp_chunk_hdr_t *ich, argument 1451 ASSERT(ich->sch_id == CHUNK_INIT_ACK); 1468 remaining = ntohs(ich->sch_len) - sizeof (*ich) - sizeof (*iack); 1473 iack = (sctp_init_chunk_t *)(ich + 1);
|
Completed in 66 milliseconds