ifdi_if.m (09c3f04ff3be97ef442f2484396b1f963565b259) | ifdi_if.m (3d0d5b21c9b2cfd7e48209340a090f63ca4bce03) |
---|---|
1# 2# Copyright (c) 2014-2018, Matthew Macy (mmacy@mattmacy.io) 3# All rights reserved. 4# 5# Redistribution and use in source and binary forms, with or without 6# modification, are permitted provided that the following conditions are met: 7# 8# 1. Redistributions of source code must retain the above copyright notice, --- 27 unchanged lines hidden (view full) --- 36 37#include <net/ethernet.h> 38#include <net/if.h> 39#include <net/if_var.h> 40#include <net/if_media.h> 41#include <net/iflib.h> 42#include <net/if_clone.h> 43#include <net/if_dl.h> | 1# 2# Copyright (c) 2014-2018, Matthew Macy (mmacy@mattmacy.io) 3# All rights reserved. 4# 5# Redistribution and use in source and binary forms, with or without 6# modification, are permitted provided that the following conditions are met: 7# 8# 1. Redistributions of source code must retain the above copyright notice, --- 27 unchanged lines hidden (view full) --- 36 37#include <net/ethernet.h> 38#include <net/if.h> 39#include <net/if_var.h> 40#include <net/if_media.h> 41#include <net/iflib.h> 42#include <net/if_clone.h> 43#include <net/if_dl.h> |
44#include <net/if_private.h> |
|
44#include <net/if_types.h> 45 46INTERFACE ifdi; 47 48CODE { 49 50 static void 51 null_void_op(if_ctx_t _ctx __unused) --- 422 unchanged lines hidden --- | 45#include <net/if_types.h> 46 47INTERFACE ifdi; 48 49CODE { 50 51 static void 52 null_void_op(if_ctx_t _ctx __unused) --- 422 unchanged lines hidden --- |