⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 if_nameindex.c

📁 关于linux 网络编程的一些代码 关于linux 网络编程的一些代码
💻 C
字号:
#include	"unp.h"/* * This is a placeholder if the system does not provide this RFC 2133 * function.  If routing sockets with sysctl() are provided, then the * if_XXX() functions in the libroute/ directory will replace these. */struct if_nameindex *if_nameindex(void){	return(NULL);}voidif_freenameindex(struct if_nameindex *ptr){}struct if_nameindex *If_nameindex(void){	struct if_nameindex	*ifptr;	if ( (ifptr = if_nameindex()) == NULL)		err_quit("if_nameindex error");	return(ifptr);}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -