Searched defs:arpp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dpe.c109 static int pe_make_fake_arp(ch_t *chp, unsigned char *arpp);
110 static uint32_t pe_get_ip(unsigned char *arpp);
1642 pe_make_fake_arp(ch_t *chp, unsigned char *arpp) argument
1666 bcopy(arpp, fap, sizeof (*fap)); /* copy first arp to mblk */
1695 pe_get_ip(unsigned char *arpp) argument
1703 bcopy(arpp, &fap, sizeof (fap)); /* copy first arp to buffer */
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_ti.c3147 * *arpp is set to the record.
3153 ibcm_search_ar(ibt_ar_t *arp, ibcm_ar_t **arpp) argument
3167 *arpp = tmp;

Completed in 75 milliseconds