Searched refs:blep (Results 1 – 1 of 1) sorted by relevance
261 struct bindaddrlistent *blep; in create_service() local276 SLIST_FOREACH(blep, &ble_head, ble_next) { in create_service()277 if (blep->ble_hostname == NULL) in create_service()281 error = getaddrinfo(blep->ble_hostname, servname, in create_service()457 struct bindaddrlistent *blep; in main() local468 blep = malloc(sizeof(*blep)); in main()469 if (blep == NULL) in main()471 blep->ble_hostname = optarg; in main()472 SLIST_INSERT_HEAD(&ble_head, blep, ble_next); in main()491 blep = malloc(sizeof(*blep)); in main()[all …]