Searched refs:elapId (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dddp_aarp.c926 int getAarpTableSize(__unused int elapId) argument
935 int getPhysAddrSize(__unused int elapId) argument
946 snmpAarpEnt_t *getAarp(elapId)
947 int *elapId; /* I/F table to retrieve & table
952 table and sets elapId to byte size of used portion of table
963 if (*elapId <0 || *elapId >= IF_TOTAL_MAX)
967 for (i=0, amtp = &(aarp_table[*elapId]->et_aarp_amt[0]), snmpp = snmp;
987 *elapId = cnt;

Completed in 56 milliseconds