~rene-hummen/hipl/ipsec_esp

« back to all changes in this revision

Viewing changes to hipd/netdev.h

  • Committer: Rene Hummen
  • Date: 2010-11-09 16:37:54 UTC
  • mfrom: (4914.1.226 trunk)
  • Revision ID: rene.hummen@cs.rwth-aachen.de-20101109163754-axamstiyb3taln2h
merged to lp:hipl revision 5140

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/**
2
 
 * @file
3
 
 *
4
 
 * Copyright (c) 2010 Aalto University) and RWTH Aachen University.
 
1
/*
 
2
 * Copyright (c) 2010 Aalto University and RWTH Aachen University.
5
3
 *
6
4
 * Permission is hereby granted, free of charge, to any person
7
5
 * obtaining a copy of this software and associated documentation
24
22
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
25
23
 * OTHER DEALINGS IN THE SOFTWARE.
26
24
 */
27
 
/*
 
25
 
 
26
/**
 
27
 * @file
28
28
 * The component provides interface to receive IP address and IF
29
29
 * events over netlink from the kernel.
30
30
 */