摘要: 一:1. ONU-G: This managed entity represents the ONU as equipment.2. ONU2-G: This managed entity contains additional attributes associated with a PON ONU. (1) Ethernet connectivity mode, (2) QoS configuration flexibility.3. ONU data: This managed entity models the MIB itself.4. Software image: This ma 阅读全文
posted @ 2013-10-28 15:16 安心种田 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 以Ubuntu系统中的readdir函数为例。一: #include (dp = opendir(argv[1])) = NULL (dirp = readdir(dp)) != NULL二: 在 /usr/include中, dirent.h。 #include #ifndef __USE_FILE_OFFSET64 extern struct dirent *readdir (DIR *__dirp) __nonnull ((1)); #else # ifdef __REDIRECT extern struct dirent *__REDIRECT (readdir, (DIR *_... 阅读全文
posted @ 2013-10-28 09:06 安心种田 阅读(411) 评论(0) 推荐(0) 编辑