Home
last modified time | relevance | path

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

/external/curl/lib/
Dkrb5.c604 int bytes, htonl_bytes; /* 32-bit integers for htonl */ in do_sec_send() local
648 htonl_bytes = htonl(bytes); in do_sec_send()
649 socket_write(conn, fd, &htonl_bytes, sizeof(htonl_bytes)); in do_sec_send()