Searched refs:at_nvestr_t (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dat_config.h63 at_nvestr_t zone_name; /* the zone name & len */
69 at_nvestr_t ifnve;
H A Dnbp.h124 at_nvestr_t zone;
126 at_nvestr_t object;
128 at_nvestr_t type;
157 extern u_int nbp_strhash (at_nvestr_t *);
161 extern at_nvestr_t *getSPLocalZone(int);
162 extern at_nvestr_t *getLocalZone(int);
165 void nbp_add_multicast( at_nvestr_t *, struct at_ifaddr *);
H A Drouting_tables.h140 at_nvestr_t Zone; /* zone name as a Network Visible Entity */
195 extern int zonename_equal(at_nvestr_t *, at_nvestr_t *);
214 extern int zt_add_zonename(at_nvestr_t *);
221 int zt_find_zname(at_nvestr_t *);
224 int zt_get_zmcast(at_ifaddr_t *, at_nvestr_t *, char *);
H A Dat_var.h92 at_nvestr_t zonename;
106 at_nvestr_t zonename;
111 at_nvestr_t zone_name; /* the zone name & len */
191 at_nvestr_t ifZoneName;
216 at_nvestr_t startup_zone;
255 #define AIOCREGLOCALZN _IOW('a',11, at_nvestr_t)
309 at_nvestr_t zone;
315 void atalk_post_msg(struct ifnet *ifp, u_long event_code, struct at_addr *address, at_nvestr_t *zone);
H A Dddp_nbp.c91 static int nbp_strcmp(at_nvestr_t *, at_nvestr_t *, u_char);
96 static int isZoneLocal(at_nvestr_t *);
285 if ((p == NULL) || !(zno = zt_find_zname((at_nvestr_t *)p))) {
290 if (isZoneLocal((at_nvestr_t*)p))
292 if (!zt_get_zmcast(ifID, (at_nvestr_t*)p, (char *)&mcastAddr)) {
343 if ((p == NULL) || !(zno = zt_find_zname((at_nvestr_t *)p))) {
347 ((at_nvestr_t*)p)->len = 1;
348 ((at_nvestr_t*)p)->str[0] = '*';
350 if (isZoneLocal((at_nvestr_t*)
[all...]
H A Dat_snmp.h56 at_nvestr_t ifc_zoneName;
89 at_nvestr_t nbpe_object;
90 at_nvestr_t nbpe_type;
95 at_nvestr_t nbpt_zone;
H A Dappletalk.h238 } at_nvestr_t; typedef in typeref:struct:at_nvestr
242 at_nvestr_t object;
243 at_nvestr_t type;
244 at_nvestr_t zone;
H A Dddp_rtmptable.c487 at_nvestr_t zname;
498 at_nvestr_t *zname;
561 static short zt_compute_hash(at_nvestr_t *);
564 at_nvestr_t *zname;
604 at_nvestr_t *zname;
631 at_nvestr_t *zname; /* source name for multicast address */
736 at_nvestr_t *zname;
1054 at_nvestr_t *getRTRLocalZone(ifz)
1065 return((at_nvestr_t*)NULL);
1070 return((at_nvestr_t*)NUL
[all...]
H A Daurp_zi.c575 at_nvestr_t *zname;
588 zname = (at_nvestr_t *)(zname_base + zname_offset);
595 zname = (at_nvestr_t *)buf;
H A Dat.c286 at_nvestr_t *zone;
315 at_nvestr_t *zone = (at_nvestr_t *)data;
731 void atalk_post_msg(struct ifnet *ifp, u_long event_code, struct at_addr *address, at_nvestr_t *zone)
H A Dddp.h260 int setLocalZones(at_nvestr_t *, int);
H A Dddp_r_zip.c115 at_nvestr_t *zname;
128 zname = (at_nvestr_t *)(gbuf_rptr(m) + DDP_X_HDR_SIZE + 6);
717 (at_nvestr_t *)old_zone)) {
816 register at_nvestr_t *zone1, *zone2;
882 if (!zonename_equal((at_nvestr_t *)netinfo->data, &ifID->ifZoneName)) {
1470 register at_nvestr_t *zname;
1496 zname = (at_nvestr_t *)PacketPtr;

Completed in 24 milliseconds