Skip to content
Snippets Groups Projects
Select Git revision
  • 3229d26e5d9f183113585848e0692d51b9eab553
  • master default
  • labcomm2014
  • labcomm2006
  • python_sig_hash
  • typedefs
  • anders.blomdell
  • typeref
  • pragma
  • compiler-refactoring
  • labcomm2013
  • v2014.6
  • v2015.0
  • v2014.5
  • v2014.4
  • v2006.0
  • v2014.3
  • v2014.2
  • v2014.1
  • v2014.0
  • v2013.0
21 results

udp_hack.h

Blame
  • udp_hack.h 378 B
    struct hidden; 
    typedef struct hidden server_context_t;
    
    int udp_send(server_context_t*, char*, int);
    int udp_recv(server_context_t*, char*, int);
    server_context_t* server_init(void);
    int server_run(server_context_t *ctx);
    int server_exit(server_context_t *ctx);
    server_context_t* client_init(void);
    //int client_run()server_context_t* ;
    //int client_free(vserver_context_t*);