#include <arpa/inet.h>#include <stdio.h>#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | addr_t |
Functions | |
| size_t | print_addr (struct addr_t *addr, char *buf, size_t len) |
| int | main () |
Variables | |
| const unsigned char | hex [] = "0123456789ABCDEF" |
| size_t print_addr | ( | struct addr_t * | addr, |
| char * | buf, | ||
| size_t | len | ||
| ) |
1.8.4