next up previous contents index
Next: 14.4.24 sys/reboot.h: reboot definitions Up: 14.4 Header Files Previous: 14.4.22 sys/mman.h: memory management

14.4.23 sys/param.h: system parameters

   

DESCRIPTION

This file should be included by code that requires certain system- and machine-dependent parameters and functions.
htonl
Covert a 32-bit value from host byte order to network byte order.
htons
Covert a 16-bit value from host byte order to network byte order.
ntohl
Covert a 32-bit value from network byte order to host byte order.
ntohs
Covert a 16-bit value from network byte order to host byte order.



Utah Flux Research Group