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:
parent
f0dcb78326
commit
1e98b429fe
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=189344
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user