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

  /src/external/bsd/wpa/dist/hostapd/
main.c 395 * handle_term - SIGINT and SIGTERM handler to terminate hostapd process
397 static void handle_term(int sig, void *signal_ctx) function
461 eloop_register_signal_terminate(handle_term, interfaces);
hlr_auc_gw.c 965 static void handle_term(int sig) function
1081 signal(SIGTERM, handle_term);
1082 signal(SIGINT, handle_term);

Completed in 50 milliseconds