netbeui.h
Upload User: jlfgdled
Upload Date: 2013-04-10
Package Size: 33168k
Code Size: 0k
Development Platform:

Unix_Linux

  1. #ifndef _LINUX_NETBEUI_H
  2. #define _LINUX_NETBEUI_H
  3. #include <linux/if.h>
  4. #define NB_NAME_LEN 20 /* Set this properly from the full docs when
  5.    I get them */
  6.    
  7. struct sockaddr_netbeui
  8. {
  9. sa_family snb_family;
  10. char snb_name[NB_NAME_LEN];
  11. char snb_devhint[IFNAMSIZ];
  12. };
  13. #endif