Searched refs:htons (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libcs/
H A Dcslib.h145 #if !defined(htons) && !_lib_htons
146 #define htons(x) (x) macro
H A Dcsbind.c103 nam.sin_port = htons(port);
/ast/src/lib/libast/comp/
H A Dsyslog.c108 #if !defined(htons) && !_lib_htons
109 # define htons(x) (x)
175 p = htons(v);
/ast/src/lib/libast/uwin/
H A Drcmd.c80 sin.sin_port = htons((u_short)*alport);
/ast/src/cmd/ksh93/sh/
H A Dio.c82 # if !defined(htons) && !_lib_htons
83 # define htons(x) (x) macro
145 ip_port = htons((unsigned short)n);
960 sin.sin_port = htons(++port);
/ast/src/lib/libtksh/tcl/
H A DtclUnixChan.c2144 sockaddrPtr->sin_port = htons((unsigned short) (port & 0xFFFF));

Completed in 40 milliseconds