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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Ddlil.h176 int dlil_if_acquire(u_long family, const void *uniqueid, size_t uniqueid_len,
H A Dkpi_interface.h543 @field uniqueid An identifier unique to this instance of the
545 @field uniqueid_len The length, in bytes, of the uniqueid.
571 const void* uniqueid; /* optional */ member in struct:ifnet_init_params
706 usually used for the uniqueid. If a PC Card is removed and
716 if an interface with the same uniqueid and family has already
H A Ddlil.c2754 const void *uniqueid,
2769 /* same uniqueid and same len or no unique id specified */
2771 && !bcmp(uniqueid, dlifp1->if_uniqueid, uniqueid_len)) {
2809 bcopy(uniqueid, dlifp1->if_uniqueid, uniqueid_len);
H A Dif_vlan.c806 vlan_init.uniqueid = ifv->ifv_name;
H A Dkpi_interface.c116 error = dlil_if_acquire(init->family, init->uniqueid, init->uniqueid_len, &ifp);
H A Dif_bond.c1175 bond_init.uniqueid = ifb->ifb_name;

Completed in 98 milliseconds