56
/*
* Raw protocol interface control block. Used
* to tie a socket to the generic raw interface.
*/
/* head of list */
/*
* Routines to manage the raw protocol control blocks.
*
* TODO:
* hash lookups by protocol family/protocol + address family
* take care of unique address problems per AF?
* redo address binding to allow wildcards
*/