Posix socket - 주소를 unsigned long으로, unsigned long 을 주소로
하두 헷갈려서 정리함 xxx.xxx.xxx.xxx 의 주소를 Big-Endian의 unsigned long 으로 변환하는 함수 #include unsigned long inet_addr(const char *string); 오류시 -1를 반환한다 #include int inet_aton(const char *string, struct in_addr *addr); 실패시 0, 성공시 0이 아닌값이 리턴된다성공시 addr에 network order로 값이 저장된다 network order값의 32비트 값을 xxx.xxx.xxx.xxx 주소값으로 변환struct in_addr 의 구조체가 넘어감 #include char* inet_ntoa(struct in_addr addr); 변환값이 inet_ntoa 내부..
프로그래밍(programming)/C
2016. 9. 15. 18:47
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- x270
- x1c
- t470
- t460s
- 파이썬
- x1
- Yoga 370
- thinkpad 13
- t470s
- t450s
- x1 carbon 5th
- x250
- lenovo
- x1 carbon
- t470p
- L570
- 레노버
- L470
- Thinkpad
- 더헌트맨
- Python
- c++
- x260
- x1 카본 2017
- x1 카본 5세대
- socket
- 키보드
- 소켓
- t570
- x1 carbon 2017
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함