options (6097174e4d3202890fb2982e16102e7f5be24d9a) | options (e9110049aaee4def1dbe091f9eb10ba2564dac37) |
---|---|
1# $FreeBSD$ 2# 3# On the handling of kernel options 4# 5# All kernel options should be listed in NOTES, with suitable 6# descriptions. Negative options (options that make some code not 7# compile) should be commented out; LINT (generated from NOTES) should 8# compile as much code as possible. Try to structure option-using --- 409 unchanged lines hidden (view full) --- 418NETGRAPH_ONE2MANY opt_netgraph.h 419NETGRAPH_PPP opt_netgraph.h 420NETGRAPH_PPPOE opt_netgraph.h 421NETGRAPH_PPTPGRE opt_netgraph.h 422NETGRAPH_RFC1490 opt_netgraph.h 423NETGRAPH_SOCKET opt_netgraph.h 424NETGRAPH_SPLIT opt_netgraph.h 425NETGRAPH_SPPP opt_netgraph.h | 1# $FreeBSD$ 2# 3# On the handling of kernel options 4# 5# All kernel options should be listed in NOTES, with suitable 6# descriptions. Negative options (options that make some code not 7# compile) should be commented out; LINT (generated from NOTES) should 8# compile as much code as possible. Try to structure option-using --- 409 unchanged lines hidden (view full) --- 418NETGRAPH_ONE2MANY opt_netgraph.h 419NETGRAPH_PPP opt_netgraph.h 420NETGRAPH_PPPOE opt_netgraph.h 421NETGRAPH_PPTPGRE opt_netgraph.h 422NETGRAPH_RFC1490 opt_netgraph.h 423NETGRAPH_SOCKET opt_netgraph.h 424NETGRAPH_SPLIT opt_netgraph.h 425NETGRAPH_SPPP opt_netgraph.h |
426NETGRAPH_TCPMSS opt_netgraph.h |
|
426NETGRAPH_TEE opt_netgraph.h 427NETGRAPH_TTY opt_netgraph.h 428NETGRAPH_UI opt_netgraph.h 429NETGRAPH_VJC opt_netgraph.h 430 431# NgATM options 432NGATM_ATM opt_netgraph.h 433NGATM_ATMBASE opt_netgraph.h --- 275 unchanged lines hidden --- | 427NETGRAPH_TEE opt_netgraph.h 428NETGRAPH_TTY opt_netgraph.h 429NETGRAPH_UI opt_netgraph.h 430NETGRAPH_VJC opt_netgraph.h 431 432# NgATM options 433NGATM_ATM opt_netgraph.h 434NGATM_ATMBASE opt_netgraph.h --- 275 unchanged lines hidden --- |