#include <net/if.h>
struct ifreq
#include <netinet/in.h>
struct sockaddr_in
#include <sys/socket.h>
struct sockaddr
#include <netpacket/packet.h>
struct packet_mreq
#include <net/route.h>
struct rtentry
#include <netdb.h>
struct hostent
struct addrinfo
sockaddr의 경우 원본은 bits/socket.h에 있으나
sys/socket.h 에서 include 함으로 굳이 bits/socket.h를 include 할 필요는 없다.
struct ifreq
#include <netinet/in.h>
struct sockaddr_in
#include <sys/socket.h>
struct sockaddr
#include <netpacket/packet.h>
struct packet_mreq
#include <net/route.h>
struct rtentry
#include <netdb.h>
struct hostent
struct addrinfo
sockaddr의 경우 원본은 bits/socket.h에 있으나
sys/socket.h 에서 include 함으로 굳이 bits/socket.h를 include 할 필요는 없다.
'Linux API > network' 카테고리의 다른 글
gateway 정보 (0) | 2009.06.05 |
---|---|
linux에서 ip/mac address 받아오기 관련 링크 (0) | 2009.06.05 |
offsetof() - stddef.h (0) | 2009.06.05 |
SIOCGIF가 모야? (0) | 2009.06.05 |
C언어로 MAC 어드레스 받아오기 (Linux) (1) | 2009.06.04 |