Searched refs:sfunc2_t (Results 1 – 1 of 1) sorted by relevance
68 typedef int sfunc2_t(int, const struct sockaddr *, socklen_t); typedef71 static sfunc2_t *real_bind;101 real_bind = (sfunc2_t *)dlsym(RTLD_NEXT, "bind"); in ncad_init()216 if ((real_bind = (sfunc2_t *)dlsym(RTLD_NEXT, "bind")) in nca_bind()