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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/nbp/
H A Dnbpunrgstr.c60 char *Obj = NULL, *Type = NULL, *Zone = NULL; local
103 if ( nbp_name( convname, &Obj, &Type, &Zone ) || !Obj || !Type ) {
107 if ( nbp_unrgstr( Obj, Type, Zone, &addr ) < 0 ) {
109 Zone ? Zone : "*" );
H A Dnbprgstr.c43 char *Obj = NULL, *Type = NULL, *Zone = NULL; local
89 if ( nbp_name( convname, &Obj, &Type, &Zone ) || !Obj || !Type ) {
102 if ( nbp_rgstr( &addr, Obj, Type, Zone ) < 0 ) {
105 Zone ? Zone : "*" );
H A Dnbplkup.c46 static char *Zone = "*"; variable
119 if ( nbp_name( name, &Obj, &Type, &Zone )) {
140 if (( name = (char *)malloc( strlen( Zone ) + 1 )) == NULL ) {
144 strcpy( name, Zone );
145 Zone = name;
154 if ( nbp_name( convname, &Obj, &Type, &Zone )) {
160 if (( c = nbp_lookup( Obj, Type, Zone, nn, nresp, &addr)) < 0 ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafp_config.c71 free(p->obj.Zone);
102 char *Obj, *Type = "", *Zone = ""; local
134 if (nbp_name(options->server, &Obj, &Type, &Zone )) {
138 snprintf( buf+i, sizeof(buf)-i-1 ,"&ZONE=%s", Zone);
190 nbp_unrgstr(config->obj.Obj, config->obj.Type, config->obj.Zone,
242 char *Obj, *Type = "AFPServer", *Zone = "*"; local
271 if (nbp_name(convname, &Obj, &Type, &Zone )) {
278 /* dup Obj, Type and Zone as they get assigned to a single internal
288 if ((config->obj.Zone = strdup(Zone))
[all...]
H A Dstatus.c78 char *Obj, *Type, *Zone; local
89 nbp_name(server, &Obj, &Type, &Zone);
377 char *Obj, *Type, *Zone; local
398 nbp_name(options->server ? options->server : options->hostname, &Obj, &Type, &Zone);
H A Dvolume.c351 q = obj->Zone;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dglobals.h115 char *Obj, *Type, *Zone; member in struct:_AFPObj

Completed in 69 milliseconds