/[lwip]/lwip/src/include/lwip/tcpip.h
ViewVC logotype

Diff of /lwip/src/include/lwip/tcpip.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by likewise, Wed Jan 8 10:09:42 2003 UTC revision 1.3 by davidhaas, Thu Feb 6 22:18:56 2003 UTC
# Line 38  Line 38 
38  void tcpip_init(void (* tcpip_init_done)(void *), void *arg);  void tcpip_init(void (* tcpip_init_done)(void *), void *arg);
39  void tcpip_apimsg(struct api_msg *apimsg);  void tcpip_apimsg(struct api_msg *apimsg);
40  err_t tcpip_input(struct pbuf *p, struct netif *inp);  err_t tcpip_input(struct pbuf *p, struct netif *inp);
41    err_t tcpip_link_input(struct pbuf *p, struct netif *inp);
42    
43    void tcpip_tcp_timer_needed(void);
44    
45  enum tcpip_msg_type {  enum tcpip_msg_type {
46    TCPIP_MSG_API,    TCPIP_MSG_API,
47    TCPIP_MSG_INPUT    TCPIP_MSG_INPUT,
48      TCPIP_MSG_LINK
49  };  };
50    
51  struct tcpip_msg {  struct tcpip_msg {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26