Searched refs:ipaddr_t (Results 1 – 7 of 7) sorted by relevance
71 typedef uint32_t ipaddr_t; typedef81 ipaddr_t ipha_src;82 ipaddr_t ipha_dst;101 ipaddr_t ipv4_src; /* source address */102 ipaddr_t ipv4_dst; /* destination address */285 ipv4_src = p == NULL ? 0 : (ipaddr_t)ntohl(p->ip_src.s_addr);286 ipv4_dst = p == NULL ? 0 : (ipaddr_t)ntohl(p->ip_dst.s_addr);
82 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;
299 #define ipaddr_t in_addr_t macro5809 ipaddr_t ip4;5813 sizeof (ipaddr_t), mstate, vstate)) {