Searched defs:ire_arg (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c389 * If ire_arg is set, then we return the held IRE in that location.
395 ill_t *ill, ire_t **ire_arg, struct rtsa_s *sp, ip_stack_t *ipst,
408 if (ire_arg != NULL)
409 *ire_arg = NULL;
921 if (ire_arg != NULL) {
923 * Store the ire that was successfully added into where ire_arg
928 *ire_arg = ire;
393 ip_rt_add_v6(const in6_addr_t *dst_addr, const in6_addr_t *mask, const in6_addr_t *gw_addr, const in6_addr_t *src_addr, int flags, ill_t *ill, ire_t **ire_arg, struct rtsa_s *sp, ip_stack_t *ipst, zoneid_t zoneid) argument
H A Dip_if.c5403 * If ire_arg is set, then we return the held IRE in that location.
5407 ipaddr_t src_addr, int flags, ill_t *ill, ire_t **ire_arg,
5423 if (ire_arg != NULL)
5424 *ire_arg = NULL;
5951 if (ire_arg != NULL) {
5953 * Store the ire that was successfully added into where ire_arg
5958 *ire_arg = ire;
5406 ip_rt_add(ipaddr_t dst_addr, ipaddr_t mask, ipaddr_t gw_addr, ipaddr_t src_addr, int flags, ill_t *ill, ire_t **ire_arg, boolean_t ioctl_msg, struct rtsa_s *sp, ip_stack_t *ipst, zoneid_t zoneid) argument
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c883 ire_format(uintptr_t addr, const void *ire_arg, void *ire_cb_arg) argument
885 const ire_t *irep = ire_arg;

Completed in 91 milliseconds