Searched defs:htons (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/lib/libc/net/
H A Dhtons.c9 #undef htons macro
12 htons(uint16_t x) function
/openbsd-current/gnu/gcc/fixincludes/tests/base/netinet/
H A Din.h21 #define htons(x) (x) macro
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/
H A Dbyteorder.h66 htons (unsigned int __arg) function
102 htons (unsigned int __arg) function
128 htons (unsigned int __arg) function
/openbsd-current/include/arpa/
H A Dinet.h68 #define htons(x) __htobe16(x) macro
/openbsd-current/sys/sys/
H A Dendian.h95 #define htons(x) __htobe16(x) macro
/openbsd-current/gnu/usr.bin/perl/win32/include/sys/
H A Dsocket.h113 #define htons win32_htons macro
/openbsd-current/sys/netinet/
H A Din.h48 #define htons(x) __htobe16(x) macro
/openbsd-current/gnu/usr.bin/perl/
H A DXSUB.h618 # define htons PerlSock_htons macro
H A Dperl.h4619 # define htons(x) ntohs(x) macro
4642 # define htons(x) my_swap16(x) macro
/openbsd-current/sys/net/
H A Dif_gre.c970 case htons(ETHERTYPE_PPP): function
1080 case htons(GRE_WCCP): { function
[all...]

Completed in 165 milliseconds