inet_ntoa()

Last-modified: 2006-12-10 (日) 18:16:47

[star] in_addr構造体をIPアドレス(文字列)に変換
char * inet_ntoa (
  struct in_addr in
);

[tip] パラメータ

in

  • [in] An in_addr structure that represents an Internet host address.