Home
last modified time | relevance | path

Searched refs:htobe16 (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/sys/sys/
Dendian.h156 u_int16_t htobe16(u_int16_t);
179 #define htobe16 swap16 macro
212 #define htobe16(x) ((uint16_t)(x)) macro
229 #define htons htobe16
249 #define HTOBE16(x) (x) = htobe16((u_int16_t)(x))
/mirbsd/src/kern/c/
Dhtons.c32 return (htobe16(x)); in htons()
/mirbsd/src/usr.bin/cdio/
Dmmc.c191 tmp = htobe16(sizeof(buf)); in get_media_capabilities()
290 *(u_int16_t *)(scr.cmd + 2) = htobe16(DRIVE_SPEED_OPTIMAL); in set_speed()
291 *(u_int16_t *)(scr.cmd + 4) = htobe16(wspeed); in set_speed()
/mirbsd/src/lib/libc/net/
DMakefile.inc52 byteorder.3 ntohs.3 byteorder.3 htobe16.3 byteorder.3 htobe32.3 \
/mirbsd/src/sys/dev/ic/
Daic7xxx_openbsd.h145 #define ahc_htobe16(x) htobe16(x)
/mirbsd/src/usr.bin/elf2aout/
Delf2aout.c74 #define htof16(x) (is_lefile ? htole16(x) : htobe16(x))
/mirbsd/src/distrib/lists/htman/htmi/
Dmi4312 ./man3/htobe16.htm
/mirbsd/src/distrib/lists/base/dev/
Dmi6100 ./usr/share/man/cat3/htobe16.0