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

/httpd/test/
H A Dtest-writev.c69 server_addr.sin_port = htons( atoi( argv[2] ) );
H A Dtest_limits.c130 sin.sin_port = htons(port);
/httpd/modules/metadata/
H A Dmod_unique_id.c24 #define APR_WANT_BYTEFUNC /* for htons() et al */
242 cur_unique_id.counter = htons(counter);
/httpd/modules/dav/fs/
H A Ddbm.c38 #include "apr_want.h" /* for ntohs and htons */
499 m.ns_count = htons(db->ns_count);
/httpd/modules/proxy/
H A Dmod_proxy_ftp.c1459 epsv_addr.sa.sin6.sin6_port = htons(data_port);
1464 epsv_addr.sa.sin.sin_port = htons(data_port);
/httpd/modules/arch/netware/
H A Dmod_nw_ssl.c551 new->local_addr.sin_port = htons(port);
/httpd/modules/lua/
H A Dlua_request.c2418 slen = htons(slen);

Completed in 790 milliseconds