HomeSort by: relevance | last modified time | path
    Searched defs:index2ifc (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/route6d/
route6d.c 134 static struct ifc **index2ifc; variable in typeref:struct:ifc **
556 index2ifc = NULL;
1032 ifcp = index2ifc[idx];
1046 ifcp = (idx < (unsigned)nindex2ifc) ? index2ifc[idx] : NULL;
1632 ifcp = index2ifc[ifam->ifam_index];
2516 if (s < nindex2ifc && index2ifc[s])
2517 ifname = index2ifc[s]->ifc_name;
2821 index2ifc[rrt->rrt_index]->ifc_name,
3211 if (!index2ifc) {
3213 index2ifc = malloc(sizeof(*index2ifc) * nindex2ifc)
    [all...]
route6d.c 134 static struct ifc **index2ifc; variable in typeref:struct:ifc **
556 index2ifc = NULL;
1032 ifcp = index2ifc[idx];
1046 ifcp = (idx < (unsigned)nindex2ifc) ? index2ifc[idx] : NULL;
1632 ifcp = index2ifc[ifam->ifam_index];
2516 if (s < nindex2ifc && index2ifc[s])
2517 ifname = index2ifc[s]->ifc_name;
2821 index2ifc[rrt->rrt_index]->ifc_name,
3211 if (!index2ifc) {
3213 index2ifc = malloc(sizeof(*index2ifc) * nindex2ifc)
    [all...]
route6d.c 134 static struct ifc **index2ifc; variable in typeref:struct:ifc **
556 index2ifc = NULL;
1032 ifcp = index2ifc[idx];
1046 ifcp = (idx < (unsigned)nindex2ifc) ? index2ifc[idx] : NULL;
1632 ifcp = index2ifc[ifam->ifam_index];
2516 if (s < nindex2ifc && index2ifc[s])
2517 ifname = index2ifc[s]->ifc_name;
2821 index2ifc[rrt->rrt_index]->ifc_name,
3211 if (!index2ifc) {
3213 index2ifc = malloc(sizeof(*index2ifc) * nindex2ifc)
    [all...]
route6d.c 134 static struct ifc **index2ifc; variable in typeref:struct:ifc **
556 index2ifc = NULL;
1032 ifcp = index2ifc[idx];
1046 ifcp = (idx < (unsigned)nindex2ifc) ? index2ifc[idx] : NULL;
1632 ifcp = index2ifc[ifam->ifam_index];
2516 if (s < nindex2ifc && index2ifc[s])
2517 ifname = index2ifc[s]->ifc_name;
2821 index2ifc[rrt->rrt_index]->ifc_name,
3211 if (!index2ifc) {
3213 index2ifc = malloc(sizeof(*index2ifc) * nindex2ifc)
    [all...]
route6d.c 134 static struct ifc **index2ifc; variable in typeref:struct:ifc **
556 index2ifc = NULL;
1032 ifcp = index2ifc[idx];
1046 ifcp = (idx < (unsigned)nindex2ifc) ? index2ifc[idx] : NULL;
1632 ifcp = index2ifc[ifam->ifam_index];
2516 if (s < nindex2ifc && index2ifc[s])
2517 ifname = index2ifc[s]->ifc_name;
2821 index2ifc[rrt->rrt_index]->ifc_name,
3211 if (!index2ifc) {
3213 index2ifc = malloc(sizeof(*index2ifc) * nindex2ifc)
    [all...]

Completed in 96 milliseconds