Solarflare PTP daemon configuration
Overview
Definition of API to manage sfptpd daemon. More…
// global functions static void tapi_sfptpd_enable(const char* ta); static void tapi_sfptpd_disable(const char* ta); static bool tapi_sfptpd_status(const char* ta);
Detailed Documentation
Definition of API to manage sfptpd daemon.
Copyright (C) 2004-2022 OKTET Labs Ltd. All rights reserved.
Global Functions
static void tapi_sfptpd_enable(const char* ta)
Start sfptpd daemon.
Parameters:
ta |
Test agent name |
static void tapi_sfptpd_disable(const char* ta)
Stop sfptpd daemon.
Parameters:
ta |
Test agent name |
static bool tapi_sfptpd_status(const char* ta)
sfptpd daemon status.
Parameters:
ta |
Test agent name |
Returns:
true
if daemon is enabled