Lines Matching refs:ipaddr_t
93 typedef uint32_t ipaddr_t; typedef
102 #define IP_HOST_MASK (ipaddr_t)0xffffffffU
395 ipaddr_t u_rd_gateway;
425 ipaddr_t ipha_src;
426 ipaddr_t ipha_dst;
624 ipaddr_t ilg_ifaddr; /* For some IPv4 cases */
665 ipaddr_t ilm_ifaddr; /* For IPv4 netstat */
1317 ipaddr_t rtc_ipaddr;
1573 ipaddr_t ia_ipaddr; /* IP address for this entry */
2137 ipaddr_t ixa_multicast_ifaddr; /* Assumed set for multicast */
2354 ipaddr_t ira_verified_src;
2364 ipaddr_t ira_mroute_tunnel; /* IRAF_MROUTE_TUNNEL_SET */
2457 ipaddr_t dceu_v4addr;
2600 ipaddr_t ire4_mask; /* Mask for matching this IRE. */
2601 ipaddr_t ire4_addr; /* Address this IRE represents. */
2602 ipaddr_t ire4_gateway_addr; /* Gateway including for IRE_ONLINK */
2603 ipaddr_t ire4_setsrc_addr; /* RTF_SETSRC */
2815 extern ipaddr_t ip_pkt_source_route_v4(const ip_pkt_t *);
2942 extern ipaddr_t ip_g_all_ones;
3170 #define N_IN_LOOPBACK_NET (ipaddr_t)0x7f000000U
3172 #define N_IN_CLASSA_NET (ipaddr_t)0x000000ffU
3173 #define N_IN_CLASSD_NET (ipaddr_t)0x000000f0U
3174 #define N_INADDR_UNSPEC_GROUP (ipaddr_t)0x000000e0U
3175 #define N_IN_LOOPBACK_NET (ipaddr_t)0x0000007fU
3217 extern char *ip_dot_addr(ipaddr_t, char *);
3273 extern ipaddr_t ip_input_options(ipha_t *, ipaddr_t, mblk_t *,
3309 extern int ip_set_destination_v4(ipaddr_t *, ipaddr_t, ipaddr_t,
3374 extern uint_t ip_type_v4(ipaddr_t, ip_stack_t *);
3382 extern ipaddr_t ip_massage_options(ipha_t *, netstack_t *);
3383 extern ipaddr_t ip_net_mask(ipaddr_t);
3407 boolean_t, ipaddr_t, uchar_t *, size_t, uint16_t);
3409 extern ipmp_arpent_t *ipmp_illgrp_lookup_arpent(ipmp_illgrp_t *, ipaddr_t *);
3437 extern ipaddr_t ip_get_dst(ipha_t *);
3531 int (*cfo_add_dest_v4)(netstackid_t, ipaddr_t, ipaddr_t,
3532 ipaddr_t, ipaddr_t);
3533 int (*cfo_del_dest_v4)(netstackid_t, ipaddr_t, ipaddr_t);
3686 extern dce_t *dce_lookup_v4(ipaddr_t, ip_stack_t *, uint_t *);
3689 extern dce_t *dce_lookup_and_add_v4(ipaddr_t, ip_stack_t *);
3692 extern int dce_update_uinfo_v4(ipaddr_t, iulp_t *, ip_stack_t *);
3705 extern ip_laddr_t ip_laddr_verify_v4(ipaddr_t, zoneid_t,