sloc_ll_find       48 include/sloc.h int sloc_ll_find(char *, char *, int *, char *);
sloc_ll_find      604 socloc/sloc.c     ret = sloc_ll_find(sname, hname, port, ip_ad);
sloc_ll_find      944 source/dumsockc.c    if ((ret = sloc_ll_find(DM_SERVICE_NAME, hname, &port, ip_ad)) != SL_OK)
sloc_ll_find     1275 source/sockc.c       if ((ret = sloc_ll_find(service, hname, &port, ip_ad)) != SL_OK)