Go to the source code of this file.
Data Structures | |
| struct | vhost_s |
Typedefs | |
| typedef struct vhost_s | vhost_t |
| typedef struct vhost_list_s | vhost_list_t |
Functions | |
| LIST_HEAD (vhost_list_s, vhost_s) | |
| int | vhost_create (vhost_t **pv) |
| int | vhost_free (vhost_t *v) |
| int | vhost_list_create (vhost_list_t **pvs) |
| int | vhost_list_free (vhost_list_t *vs) |
| int | vhost_list_add (vhost_list_t *vs, vhost_t *vhost) |
| vhost_t * | vhost_list_get_n (vhost_list_t *vs, int n) |
| vhost_t * | vhost_list_get (vhost_list_t *vs, const char *host) |
| typedef struct vhost_list_s vhost_list_t |
| LIST_HEAD | ( | vhost_list_s | , | |
| vhost_s | ||||
| ) |
| int vhost_list_add | ( | vhost_list_t * | vs, | |
| vhost_t * | vhost | |||
| ) |
| int vhost_list_create | ( | vhost_list_t ** | pvs | ) |
| int vhost_list_free | ( | vhost_list_t * | vs | ) |
| vhost_t* vhost_list_get | ( | vhost_list_t * | vs, | |
| const char * | host | |||
| ) |
| vhost_t* vhost_list_get_n | ( | vhost_list_t * | vs, | |
| int | n | |||
| ) |