1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00

Reserve a netisr slot for the IGMPv3 output queue.

This commit is contained in:
Bruce M Simpson 2009-03-04 02:54:11 +00:00
parent f0dcb78326
commit 1e98b429fe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=189344

View File

@ -46,6 +46,7 @@
*/
#define NETISR_POLL 0 /* polling callback, must be first */
#define NETISR_IP 2 /* same as AF_INET */
#define NETISR_IGMP 3 /* IGMPv3 output queue */
#define NETISR_ROUTE 14 /* routing socket */
#define NETISR_AARP 15 /* Appletalk ARP */
#define NETISR_ATALK2 16 /* Appletalk phase 2 */