Searched refs:ipaddr_t (Results 1 – 7 of 7) sorted by relevance
69 typedef uint32_t ipaddr_t; typedef79 ipaddr_t ipha_src;80 ipaddr_t ipha_dst;99 ipaddr_t ipv4_src; /* source address */100 ipaddr_t ipv4_dst; /* destination address */283 ipv4_src = p == NULL ? 0 : (ipaddr_t)ntohl(p->ip_src.s_addr);284 ipv4_dst = p == NULL ? 0 : (ipaddr_t)ntohl(p->ip_dst.s_addr);
80 inet_ntoa((ipaddr_t *)
98 STRFUNC(inet_ntoa((ipaddr_t *)alloca(sizeof (ipaddr_t))))100 STRFUNC(inet_ntop(AF_INET, (void *)alloca(sizeof (ipaddr_t))))
31 ipaddr_t *ip4a;35 this->buf4a = alloca(sizeof (ipaddr_t));
31 ipaddr_t *ip4a;
307 #define ipaddr_t in_addr_t macro5816 ipaddr_t ip4;5820 sizeof (ipaddr_t), mstate, vstate)) {