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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_r_zip.c716 if (!zonename_equal(&ifID->ifZoneName,
735 bcopy((caddr_t)new_zone, (caddr_t)&ifID->ifZoneName,
739 atalk_post_msg(ifID->aa_ifp, KEV_ATALK_ZONEUPDATED, 0, &(ifID->ifZoneName));
743 if (!MULTIPORT_MODE && !DEFAULT_ZONE(&ifID->ifZoneName))
744 (void)setLocalZones(&ifID->ifZoneName,
745 (ifID->ifZoneName.len+1));
882 if (!zonename_equal((at_nvestr_t *)netinfo->data, &ifID->ifZoneName)) {
902 bcopy((caddr_t)default_zone, (caddr_t)&ifID->ifZoneName,
907 if (!MULTIPORT_MODE && !DEFAULT_ZONE(&ifID->ifZoneName))
908 (void)setLocalZones(&ifID->ifZoneName, (ifI
[all...]
H A Dat.c105 ifID_home->ifZoneName = ifz->zone_name;
216 cfgp->zonename = ifID->ifZoneName;
253 if (zonename_equal(&ifID->ifZoneName,
283 ifID->ifZoneName = defzonep->zonename;
287 atalk_post_msg(ifID->aa_ifp, KEV_ATALK_ZONEUPDATED, 0, &(ifID->ifZoneName));
436 nve.zone = ifID->ifZoneName;
H A Dat_var.h191 at_nvestr_t ifZoneName; member in struct:at_ifaddr
H A Dddp_lap.c299 elapp->ifZoneName.len == 1 &&
300 elapp->ifZoneName.str[0] == '*' &&
720 nbp->nbpt_zone = ifID_home->ifZoneName;
982 if (*(int *)&elapp->ZoneMcastAddr == 0 || elapp->ifZoneName.len == 0) {
1318 atalk_post_msg(elapp->aa_ifp, KEV_ATALK_ZONEUPDATED, 0, &(elapp->ifZoneName));
1538 if (elapp->ifZoneName.len != 0) {
1539 ifc->ifc_zoneName = elapp->ifZoneName;
H A Dddp_nbp.c1389 if (!MULTIPORT_MODE && ifID_home->ifZoneName.str[0] == '*') {
1392 zone = &ifID_home->ifZoneName;
1471 nve.zone = ifID->ifZoneName;
H A Dddp_r_rtmp.c1543 ifID->ifZoneName = ZT_table[Index-1].Zone;
1547 atalk_post_msg(ifID->aa_ifp, KEV_ATALK_ZONEUPDATED, 0, &(ifID->ifZoneName));

Completed in 90 milliseconds