Searched defs:Duplex (Results 1 - 1 of 1) sorted by relevance

/systemd/src/udev/net/
H A Dethtool-util.h26 typedef enum Duplex { enum
31 } Duplex; typedef in typeref:enum:Duplex
44 int ethtool_set_speed(int *fd, const char *ifname, unsigned int speed, Duplex duplex);
47 const char *duplex_to_string(Duplex d) _const_;
48 Duplex duplex_from_string(const char *d) _pure_;

Completed in 201 milliseconds