ekg2  GIT master
Definicje | Funkcje
Dokumentacja pliku net.h
#include "plugins.h"
#include "sessions.h"
#include "srv.h"
Wykres zależności załączania dla net.h:
Ten wykres pokazuje, które pliki bezpośrednio lub pośrednio załączają ten plik:

Idź do kodu źródłowego tego pliku.

Definicje

#define INADDR_NONE   (unsigned long) 0xffffffff
 

Funkcje

watch_tekg_resolver2 (plugin_t *plugin, const char *server, watcher_handler_func_t async, void *data)
 
watch_tekg_resolver4 (plugin_t *plugin, const char *server, watcher_handler_func_t async, void *data, const int proto_port, const int port, const int proto)
 
watch_tekg_connect (session_t *session, const char *server, const int proto_port, const int port, watcher_handler_func_t async)
 

Dokumentacja definicji

◆ INADDR_NONE

#define INADDR_NONE   (unsigned long) 0xffffffff

Dokumentacja funkcji

◆ ekg_connect()

watch_t* ekg_connect ( session_t session,
const char *  server,
const int  proto_port,
const int  port,
watcher_handler_func_t  async 
)

◆ ekg_resolver2()

watch_t* ekg_resolver2 ( plugin_t plugin,
const char *  server,
watcher_handler_func_t  async,
void *  data 
)

◆ ekg_resolver4()

watch_t* ekg_resolver4 ( plugin_t plugin,
const char *  server,
watcher_handler_func_t  async,
void *  data,
const int  proto_port,
const int  port,
const int  proto 
)