HomeSort by relevance Sort by last modified time
    Searched refs:ip2m (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
ip2mac.c 44 ip2mac_t ip2m; local
51 ncec_ip2mac_response(&ip2m, ncec);
67 (*ncec_cb->ncec_cb_func)(&ip2m, ncec_cb->ncec_cb_arg);
75 * fill up the ip2m response fields with inforamation from the nce.
78 ncec_ip2mac_response(ip2mac_t *ip2m, ncec_t *ncec)
86 bzero(ip2m, sizeof (*ip2m));
88 ip2m->ip2mac_err = 0;
90 ip2m->ip2mac_err = ESRCH;
92 sin6 = (sin6_t *)&ip2m->ip2mac_pa
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ib/mgt/ibcm/
ibcm_arp_link.c 321 ip2mac_t ip2m; local
333 bzero(&ip2m, sizeof (ip2m));
336 sin = (sin_t *)&ip2m.ip2mac_pa;
340 sin6 = (sin6_t *)&ip2m.ip2mac_pa;
349 ip2m.ip2mac_ifindex = ill->ill_phyint->phyint_ifindex;
356 ip2mid = ip2mac(IP2MAC_RESOLVE, &ip2m, ibcm_resolver_ack, wqnp,
358 err = ip2m.ip2mac_err;
364 ibcm_resolver_ack(&ip2m, wqnp);

Completed in 60 milliseconds