28 #include <sys/socket.h>
35 const uint32_t FLAG_LOWER_UP = IFF_LOWER_UP;
36 const uint32_t FLAG_DORMANT = IFF_DORMANT;
37 const uint32_t FLAG_ECHO = IFF_ECHO;
39 const uint8_t OPER_STATE_UNKNOWN = IF_OPER_UNKNOWN;
40 const uint8_t OPER_STATE_NOTPRESENT = IF_OPER_NOTPRESENT;
41 const uint8_t OPER_STATE_DOWN = IF_OPER_DOWN;
42 const uint8_t OPER_STATE_LOWERLAYERDOWN = IF_OPER_LOWERLAYERDOWN;
43 const uint8_t OPER_STATE_TESTING = IF_OPER_TESTING;
44 const uint8_t OPER_STATE_DORMANT = IF_OPER_DORMANT;
45 const uint8_t OPER_STATE_UP = IF_OPER_UP;
Copyright (c) 2013-2016 Regents of the University of California.