#include "afinet.h"#include "messages.h"#include "gprocess.h"#include "transport-mapper-inet.h"#include <sys/types.h>#include <sys/socket.h>#include <arpa/inet.h>#include <netdb.h>#include <netinet/in.h>#include <stdlib.h>#include <string.h>
Functions | |
| guint16 | afinet_lookup_service (const TransportMapper *transport_mapper, const gchar *service) |
| gint | afinet_determine_port (const TransportMapper *transport_mapper, const gchar *service_port) |
| gint afinet_determine_port | ( | const TransportMapper * | transport_mapper, |
| const gchar * | service_port | ||
| ) |
| guint16 afinet_lookup_service | ( | const TransportMapper * | transport_mapper, |
| const gchar * | service | ||
| ) |