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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dasp.h98 at_inet_t SLSEntityIdentifier;
104 at_inet_t SLSEntityIdentifier;
203 at_inet_t loc_addr;
204 at_inet_t rem_addr;
205 at_inet_t svc_addr;
H A Dpap.h122 at_inet_t pap_to;
H A Dnbp.h130 at_inet_t address;
H A Dappletalk.h114 } at_inet_t; typedef in typeref:struct:at_inet
121 at_inet_t inet;
250 at_inet_t enu_addr;
H A Dadsp_stream.c377 at_inet_t *addr;
380 && ((xm = gbuf_alloc(sizeof(at_inet_t), PRI_MED)) == NULL)) {
386 gbuf_wset(xm,sizeof(at_inet_t));
387 addr = (at_inet_t *)gbuf_rptr(xm);
H A Dadsp.h295 at_inet_t remoteAddress; /* internet address of remote end */
325 at_inet_t remoteAddress; /* address of remote end */
326 at_inet_t filterAddress; /* address filter */
H A Dasp_proto.c76 StaticProc asp_scb_t *asp_find_scb(unsigned char, at_inet_t *);
90 StaticProc int asp_send_req(gref_t *, gbuf_t *, at_inet_t *, at_retry_t *, asp_word_t *,
376 at_inet_t *addr;
480 *(at_inet_t *)gbuf_rptr(gbuf_cont(mioc)) = scb->loc_addr;
488 *(at_inet_t *)gbuf_rptr(gbuf_cont(mioc)) = scb->loc_addr;
496 *(at_inet_t *)gbuf_rptr(gbuf_cont(mioc)) = scb->rem_addr;
504 addr = (at_inet_t *)gbuf_rptr(mdata);
664 gbuf_wset(gbuf_cont(mioc), sizeof(at_inet_t));
684 at_inet_t *dest;
784 at_inet_t *des
[all...]
H A Dadsp_internal.h80 at_inet_t a;
H A Dat_var.h97 at_inet_t addr; /* net and node are ignored, except in
H A Datp.h152 at_inet_t at_atpreq_to;
H A Dadsp_Packet.c687 *((at_inet_t *)&sp->remoteAddress);
H A Dddp_nbp.c812 sizeof (at_inet_t) + 1; /* addr + enum */
1365 if (!(valid_at_addr((at_inet_t *)&nve_entry->address))) {

Completed in 26 milliseconds