Lines Matching defs:ipaddr_t

92 typedef uint32_t ipaddr_t;
101 #define IP_HOST_MASK (ipaddr_t)0xffffffffU
394 ipaddr_t u_rd_gateway;
424 ipaddr_t ipha_src;
425 ipaddr_t ipha_dst;
623 ipaddr_t ilg_ifaddr; /* For some IPv4 cases */
664 ipaddr_t ilm_ifaddr; /* For IPv4 netstat */
1316 ipaddr_t rtc_ipaddr;
1572 ipaddr_t ia_ipaddr; /* IP address for this entry */
2132 ipaddr_t ixa_multicast_ifaddr; /* Assumed set for multicast */
2348 ipaddr_t ira_verified_src;
2358 ipaddr_t ira_mroute_tunnel; /* IRAF_MROUTE_TUNNEL_SET */
2451 ipaddr_t dceu_v4addr;
2594 ipaddr_t ire4_mask; /* Mask for matching this IRE. */
2595 ipaddr_t ire4_addr; /* Address this IRE represents. */
2596 ipaddr_t ire4_gateway_addr; /* Gateway including for IRE_ONLINK */
2597 ipaddr_t ire4_setsrc_addr; /* RTF_SETSRC */
2809 extern ipaddr_t ip_pkt_source_route_v4(const ip_pkt_t *);
2936 extern ipaddr_t ip_g_all_ones;
3164 #define N_IN_LOOPBACK_NET (ipaddr_t)0x7f000000U
3166 #define N_IN_CLASSA_NET (ipaddr_t)0x000000ffU
3167 #define N_IN_CLASSD_NET (ipaddr_t)0x000000f0U
3168 #define N_INADDR_UNSPEC_GROUP (ipaddr_t)0x000000e0U
3169 #define N_IN_LOOPBACK_NET (ipaddr_t)0x0000007fU
3211 extern char *ip_dot_addr(ipaddr_t, char *);
3267 extern ipaddr_t ip_input_options(ipha_t *, ipaddr_t, mblk_t *,
3303 extern int ip_set_destination_v4(ipaddr_t *, ipaddr_t, ipaddr_t,
3368 extern uint_t ip_type_v4(ipaddr_t, ip_stack_t *);
3376 extern ipaddr_t ip_massage_options(ipha_t *, netstack_t *);
3377 extern ipaddr_t ip_net_mask(ipaddr_t);
3401 boolean_t, ipaddr_t, uchar_t *, size_t, uint16_t);
3403 extern ipmp_arpent_t *ipmp_illgrp_lookup_arpent(ipmp_illgrp_t *, ipaddr_t *);
3431 extern ipaddr_t ip_get_dst(ipha_t *);
3525 int (*cfo_add_dest_v4)(netstackid_t, ipaddr_t, ipaddr_t,
3526 ipaddr_t, ipaddr_t);
3527 int (*cfo_del_dest_v4)(netstackid_t, ipaddr_t, ipaddr_t);
3680 extern dce_t *dce_lookup_v4(ipaddr_t, ip_stack_t *, uint_t *);
3683 extern dce_t *dce_lookup_and_add_v4(ipaddr_t, ip_stack_t *);
3686 extern int dce_update_uinfo_v4(ipaddr_t, iulp_t *, ip_stack_t *);
3699 extern ip_laddr_t ip_laddr_verify_v4(ipaddr_t, zoneid_t,