Home
last modified time | relevance | path

Searched defs:htons (Results 1 – 5 of 5) sorted by relevance

/csrg-svn/sys/pmax/include/
H A Dendian.h51 #define htons(x) (x) macro
/csrg-svn/sys/hp300/include/
H A Dendian.h46 #define htons(x) (x) macro
/csrg-svn/sys/deprecated/bbnnet/
H A Din.h80 #define htons(x) (x) macro
/csrg-svn/sys/pmax/pmax/OLD/
H A DLocore.c275 u_short htons(s) u_short s; { return ((u_short)s); } in htons() function
/csrg-svn/sys/vax/vax/
H A DLocore.c386 u_short htons(s) u_short s; { return ((u_short)s); } in htons() function