?? domain.h
字號:
/* @(#)domain.h 1.1 92/07/30 SMI; from UCB 6.2 83/09/19 *//* * Structure per communications domain. */struct domain { int dom_family; /* AF_xxx */ char *dom_name; struct protosw *dom_protosw, *dom_protoswNPROTOSW; struct domain *dom_next;};#ifdef KERNELstruct domain *domains;#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -