Searched refs:ip_addr_t (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/dnet/
H A Dip.h25 typedef uint32_t ip_addr_t; typedef
52 ip_addr_t ip_src; /* source address */
53 ip_addr_t ip_dst; /* destination address */
418 char *ip_ntop(const ip_addr_t *ip, char *dst, size_t len);
419 int ip_pton(const char *src, ip_addr_t *dst);
420 char *ip_ntoa(const ip_addr_t *ip);
H A Daddr.h24 ip_addr_t __ip;

Completed in 8 milliseconds