Searched defs:Prefix_t (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libast/disc/ | ||
H A D | sfdcprefix.c | 40 } 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 D | bgplib.h | 45 } Prefix_t; typedef in typeref:struct:Prefix_s |
/ast/src/lib/libvcodex/Vcwindow/ | ||
H A D | vcwprefix.c | 40 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 13 milliseconds