摘要: 在看Linux内核的路由代码时,发现有如下的结构体定义: 1 struct fib_table { 2 unsigned char tb_id; 3 unsigned tb_stamp; 4 int (*tb_lookup)(struct fib_table *tb, co... 阅读全文
posted @ 2014-05-12 19:31 idiotshi 阅读(495) 评论(0) 推荐(0)