Searched refs:U16_TO_ABE16 (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ |
H A D | common.h | 85 #define U16_TO_ABE16(u, p) (*((uint16_t *)p) = (u)) macro 86 #define U32_TO_ABE16(u, p) U16_TO_ABE16(u, p) 91 #define U16_TO_ABE16(u, p) U16_TO_BE16(u, p) macro 92 #define U32_TO_ABE16(u, p) U16_TO_ABE16(u, p)
|
/titanic_41/usr/src/uts/common/inet/sctp/ |
H A D | sctp_init.c | 195 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 D | sctp_output.c | 1431 U16_TO_ABE16(schlen, &(ch_hdr->sch_len)); in sctp_make_ftsn_chunk()
|