Searched full:mb_put (Results 1 – 4 of 4) sorted by relevance
194 #define MB_PUT(t) int error; t *p; \ macro227 MB_PUT(u_int8_t); in mb_put_uint8()235 MB_PUT(u_int16_t); in mb_put_uint16be()243 MB_PUT(u_int16_t); in mb_put_uint16le()251 MB_PUT(u_int32_t); in mb_put_uint32be()259 MB_PUT(u_int32_t); in mb_put_uint32le()267 MB_PUT(int64_t); in mb_put_int64be()275 MB_PUT(int64_t); in mb_put_int64le()
531 mb_put(struct mbuf *mb, int len) in mb_put() function550 resp_size = (struct sdp_chrecvbuf *)mb_put(mb, sizeof *resp_size); in sdp_alloc_mb_chrcvbuf_ack()565 srcah = (struct sdp_srcah *)mb_put(mb, sizeof(*srcah)); in sdp_alloc_mb_srcavail()588 rrch = (struct sdp_rrch *)mb_put(mb, sizeof(*rrch)); in sdp_alloc_mb_rdmardcompl()
67 # The mb_put/md_get functions are intentionally used with and without
105 # The mb_put/md_get functions are intentionally used with and without