#include <arpa/inet.h>
#include <stdint.h>
Go to the source code of this file.
◆ __CPROVER_INET_H_INCLUDED
#define __CPROVER_INET_H_INCLUDED |
Definition at line 7 of file inet.c.
◆ __CPROVER_STDINT_H_INCLUDED
#define __CPROVER_STDINT_H_INCLUDED |
◆ __builtin_bswap16()
uint16_t __builtin_bswap16 |
( |
uint16_t |
| ) |
|
◆ __builtin_bswap32()
uint32_t __builtin_bswap32 |
( |
uint32_t |
| ) |
|
◆ __inet_addr()
in_addr_t __inet_addr |
( |
const char * |
cp | ) |
|
◆ __inet_aton()
int __inet_aton |
( |
const char * |
cp, |
|
|
struct in_addr * |
pin |
|
) |
| |
◆ __inet_network()
in_addr_t __inet_network |
( |
const char * |
cp | ) |
|
◆ __inet_ntoa()
char * __inet_ntoa |
( |
struct in_addr |
in | ) |
|
◆ __VERIFIER_nondet_in_addr_t()
in_addr_t __VERIFIER_nondet_in_addr_t |
( |
void |
| ) |
|
◆ __VERIFIER_nondet_int()
int __VERIFIER_nondet_int |
( |
void |
| ) |
|
◆ htonl()
uint32_t htonl |
( |
uint32_t |
hostlong | ) |
|
◆ htons()
uint16_t htons |
( |
uint16_t |
hostshort | ) |
|
◆ inet_addr()
in_addr_t inet_addr |
( |
const char * |
cp | ) |
|
◆ inet_aton()
int inet_aton |
( |
const char * |
cp, |
|
|
struct in_addr * |
pin |
|
) |
| |
◆ inet_network()
in_addr_t inet_network |
( |
const char * |
cp | ) |
|
◆ inet_ntoa()
char* inet_ntoa |
( |
struct in_addr |
in | ) |
|
◆ ntohl()
uint32_t ntohl |
( |
uint32_t |
netlong | ) |
|
◆ ntohs()
uint16_t ntohs |
( |
uint16_t |
netshort | ) |
|
◆ __inet_ntoa_buffer
char __inet_ntoa_buffer[16] |