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

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.h598 @field uniqueid_len The length, in bytes, of the uniqueid.
629 u_int32_t uniqueid_len; /* optional */ member in struct:ifnet_init_params
790 @field uniqueid_len The length, in bytes, of the uniqueid.
850 u_int32_t uniqueid_len; /* optional */ member in struct:ifnet_init_eparams
H A Dif_gif.c313 gif_init.uniqueid_len = strlen(sc->gif_ifname);
H A Ddlil.c5292 size_t uniqueid_len, struct ifnet **ifp)
5308 if ((uniqueid_len == dlifp1->dl_if_uniqueid_len) &&
5309 !bcmp(uniqueid, dlifp1->dl_if_uniqueid, uniqueid_len)) {
5312 if (uniqueid_len) {
5348 if (uniqueid_len) {
5349 MALLOC(dlifp1->dl_if_uniqueid, void *, uniqueid_len,
5356 bcopy(uniqueid, dlifp1->dl_if_uniqueid, uniqueid_len);
5357 dlifp1->dl_if_uniqueid_len = uniqueid_len;
5291 dlil_if_acquire(u_int32_t family, const void *uniqueid, size_t uniqueid_len, struct ifnet **ifp) argument
H A Dkpi_interface.c122 einit.uniqueid_len = init->uniqueid_len;
191 einit.uniqueid_len, &ifp);
H A Dif_vlan.c969 vlan_init.uniqueid_len = strlen(ifv->ifv_name);
H A Dif_bond.c1146 bond_init.uniqueid_len = strlen(ifb->ifb_name);
H A Dif_bridge.c1090 init_params.uniqueid_len = strlen(sc->sc_if_xname);

Completed in 64 milliseconds