Searched defs:Prefix_t (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/disc/
H A Dsfdcprefix.c40 } Prefix_t; typedef in typeref:struct:__anon258
56 register Prefix_t* pfx = (Prefix_t*)dp;
121 register Prefix_t* pfx;
131 if (!(pfx = (Prefix_t*)malloc(sizeof(Prefix_t) + n)))
/ast/src/cmd/dsslib/bgp/
H A Dbgplib.h45 } Prefix_t; typedef in typeref:struct:Prefix_s
/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwprefix.c40 typedef struct _prefix_s Prefix_t; typedef in typeref:struct:_prefix_s
382 Prefix_t *pfx = (Prefix_t*)vcw->mtdata;
489 Prefix_t *pfx;
497 if(!(pfx = (Prefix_t*)calloc(1,sizeof(Prefix_t))) )
545 if((pfx = (Prefix_t*)vcw->mtdata) )

Completed in 33 milliseconds