#include "config.h"
#include <netinet/in.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "dnet.h"
Go to the source code of this file.
Classes | |
struct | ip_handle |
Functions | |
ip_t * | ip_open (void) |
ssize_t | ip_send (ip_t *i, const void *buf, size_t len) |
ip_t * | ip_close (ip_t *i) |
|
Definition at line 95 of file ip.c. References NULL. Referenced by __pyx_f_4dnet_2ip___dealloc__(), ip_open(), send_main(), and START_TEST(). |
|
Definition at line 26 of file ip.c. References errno, ip_close(), and NULL. Referenced by __pyx_f_4dnet_2ip___init__(), send_main(), and START_TEST(). |
|
Definition at line 63 of file ip.c. References memset. Referenced by __pyx_f_4dnet_2ip_send(), and send_main(). |