『基礎からわかるTCP/IP ネットワーク実験プログラミング』という本を読んでいたら#include
となってた。あまり意味なさそうだけど、変数の型でバイトオーダーを識別できるのがいいのかな?バイトオーダーを意識しなければならない部分にコメント入れておけばと思ってしまうけど
typedef u_int16_t n_short; /* short as received from the net */
typedef u_int32_t n_long; /* long as received from the net */
typedef u_int32_t n_time; /* ms since 00:00 GMT, byte rev */