ixl.h (9b5cb2f639cc6e119a8433e2db6858e4ccab24b4) | ixl.h (ab43ce7a22690b66cf76f0d8e70d538442657077) |
---|---|
1/****************************************************************************** 2 3 Copyright (c) 2013-2018, Intel Corporation 4 All rights reserved. 5 6 Redistribution and use in source and binary forms, with or without 7 modification, are permitted provided that the following conditions are met: 8 --- 38 unchanged lines hidden (view full) --- 47#include <sys/protosw.h> 48#include <sys/socket.h> 49#include <sys/malloc.h> 50#include <sys/kernel.h> 51#include <sys/module.h> 52#include <sys/sockio.h> 53#include <sys/eventhandler.h> 54#include <sys/syslog.h> | 1/****************************************************************************** 2 3 Copyright (c) 2013-2018, Intel Corporation 4 All rights reserved. 5 6 Redistribution and use in source and binary forms, with or without 7 modification, are permitted provided that the following conditions are met: 8 --- 38 unchanged lines hidden (view full) --- 47#include <sys/protosw.h> 48#include <sys/socket.h> 49#include <sys/malloc.h> 50#include <sys/kernel.h> 51#include <sys/module.h> 52#include <sys/sockio.h> 53#include <sys/eventhandler.h> 54#include <sys/syslog.h> |
55#include <sys/priv.h> |
|
55 56#include <net/if.h> 57#include <net/if_var.h> 58#include <net/if_arp.h> 59#include <net/bpf.h> 60#include <net/ethernet.h> 61#include <net/if_dl.h> 62#include <net/if_media.h> --- 489 unchanged lines hidden --- | 56 57#include <net/if.h> 58#include <net/if_var.h> 59#include <net/if_arp.h> 60#include <net/bpf.h> 61#include <net/ethernet.h> 62#include <net/if_dl.h> 63#include <net/if_media.h> --- 489 unchanged lines hidden --- |