reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5428 COMMON_INTERCEPTOR_ENTER(ctx, if_indextoname, ifindex, ifname); 5432 char *res = REAL(if_indextoname)(ifindex, ifname); 5433 if (res && ifname) 5434 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ifname, REAL(strlen)(ifname) + 1); 5434 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ifname, REAL(strlen)(ifname) + 1);