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

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.h596 @field uniqueid An identifier unique to this instance of the
598 @field uniqueid_len The length, in bytes, of the uniqueid.
628 const void *uniqueid; /* optional */ member in struct:ifnet_init_params
788 @field uniqueid An identifier unique to this instance of the
790 @field uniqueid_len The length, in bytes, of the uniqueid.
849 const void *uniqueid; /* optional */ member in struct:ifnet_init_eparams
1000 usually used for the uniqueid. If a PC Card is removed and
1010 if an interface with the same uniqueid and family has already
1025 if an interface with the same uniqueid and family has already
H A Dif_gif.c312 gif_init.uniqueid = sc->gif_ifname;
H A Dkpi_interface.c121 einit.uniqueid = init->uniqueid;
190 error = dlil_if_acquire(einit.family, einit.uniqueid,
H A Ddlil.c5291 int dlil_if_acquire(u_int32_t family, const void *uniqueid, argument
5307 /* same uniqueid and same len or no unique id specified */
5309 !bcmp(uniqueid, dlifp1->dl_if_uniqueid, uniqueid_len)) {
5356 bcopy(uniqueid, dlifp1->dl_if_uniqueid, uniqueid_len);
H A Dif_vlan.c968 vlan_init.uniqueid = ifv->ifv_name;
H A Dif_bond.c1145 bond_init.uniqueid = ifb->ifb_name;
H A Dif_bridge.c1089 init_params.uniqueid = sc->sc_if_xname;

Completed in 71 milliseconds