#include "uip.h"
#include "uipopt.h"
#include "uip_arch.h"
Include dependency graph for uip.c:
Functions | |
void | uip_init (void) |
uIP initialization function. uIP ÃʱâÈ ÇÔ¼ö | |
uip_udp_conn * | uip_udp_new (u16_t *ripaddr, u16_t rport) |
Set up a new UDP connection. »õ·Î¿î UDP ¿¬°á ¼³Á¤ | |
void | uip_unlisten (u16_t port) |
Stop listening to the specified port. ÁöÁ¤ÇÑ Æ÷Æ®ÀÇ ¸®½¼À» ÁßÁö | |
void | uip_listen (u16_t port) |
Start listening to the specified port. ÁöÁ¤ÇÑ Æ÷Æ®·Î ¸®½¼À» ½ÃÀÛ | |
u16_t | htons (u16_t val) |
Convert 16-bit quantity from host byte order to network byte order. 16-ºñÆ® µ¥ÀÌÅ͸¦ È£½ºÆ® ¹ÙÀÌÆ® ¼ø¼¿¡¼ ³×Æ®¿öÅ© ¹ÙÀÌÆ® ¼ø¼·Î ÀüȯÇÑ´Ù. | |
Variables | |
u8_t | uip_buf [UIP_BUFSIZE+2] |
The uIP packet buffer. uIP ÆÐŶ ¹öÆÛ | |
volatile u8_t * | uip_appdata |
Pointer to the application data in the packet buffer. ÆÐŶ ¹öÆÛ ¾ÈÀÇ ¾îÇø®ÄÉÀÌ¼Ç µ¥ÀÌÅÍÀÇ Æ÷ÀÎÅÍ | |
volatile u8_t | uip_acc32 [4] |
4-byte array used for the 32-bit sequence number calculations. 32 ºñÆ® ¼øÂ÷ ¹øÈ£ °è»êÀ» À§ÇØ »ç¿ëµÇ´Â 4 ¹ÙÀÌÆ® ¹è¿. |