aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/x300/include/print_addrs.h
blob: 1aa5d6888b236ba53e9a73a93ef3018fb1f900be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2013 Ettus Research LLC

#ifndef INCLUDED_PRINT_ADDRS_H
#define INCLUDED_PRINT_ADDRS_H

char *mac_addr_to_str_r(const void *addr, char *str);
char *ip_addr_to_str_r(const void *addr, char *str);

char *mac_addr_to_str(const void *addr);
char *ip_addr_to_str(const void *addr);

//void print_mac_addr(const void *addr);
//void print_ip_addr(const void *addr);

#endif /* INCLUDED_PRINT_ADDRS_H */