Home
last modified time | relevance | path

Searched refs:U16_TO_ABE16 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dcommon.h83 #define U16_TO_ABE16(u, p) (*((uint16_t *)p) = (u)) macro
84 #define U32_TO_ABE16(u, p) U16_TO_ABE16(u, p)
89 #define U16_TO_ABE16(u, p) U16_TO_BE16(u, p) macro
90 #define U32_TO_ABE16(u, p) U16_TO_ABE16(u, p)
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_init.c195 U16_TO_ABE16(schlen, &(chp->sch_len)); in sctp_init_mp()
202 U16_TO_ABE16(sctp->sctp_num_ostr, &(icp->sic_outstr)); in sctp_init_mp()
203 U16_TO_ABE16(sctp->sctp_num_istr, &(icp->sic_instr)); in sctp_init_mp()
H A Dsctp_output.c1433 U16_TO_ABE16(schlen, &(ch_hdr->sch_len)); in sctp_make_ftsn_chunk()