Searched refs:och (Results 1 – 2 of 2) sorted by relevance
145 static struct ch och; in po_getc() local149 och.len = backlen; in po_getc()150 (void) memcpy(och.buf, backbuf, backlen); in po_getc()152 return (&och); in po_getc()163 och.len = 0; in po_getc()164 och.eof = 1; in po_getc()165 return (&och); in po_getc()175 och.len = 1; in po_getc()176 och.eof = 0; in po_getc()177 och.buf[0] = '\\'; in po_getc()[all …]
625 sctp_chunk_hdr_t *och; in sctp_input_asconf_ack() local674 och = (sctp_chunk_hdr_t *)sctp->sctp_cxmit_list->b_rptr; in sctp_input_asconf_ack()676 plen = ntohs(och->sch_len) - sizeof (*och) - sizeof (*idp); in sctp_input_asconf_ack()677 idp = (uint32_t *)(och + 1); in sctp_input_asconf_ack()