gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:LLADDR (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/net/if_dl.h - 4.3KB - 105 lines
82: /* We do arithmetic directly with these, so keep them char instead of void */
83: #define LLADDR(s) ((char *)((s)->sdl_data + (s)->sdl_nlen))
84: #define CLLADDR(s) ((const char *)((s)->sdl_data + (s)->sdl_nlen))
t2ex_source/include/t2ex/net/if_dl.h - 3.2KB - 89 lines
82: 
83: #define LLADDR(s) ((char *)((s)->sdl_data + (s)->sdl_nlen))
84: #define CLLADDR(s) ((const char *)((s)->sdl_data + (s)->sdl_nlen))