Searched defs:RTNETARPHDR (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dnet.h439 /** 01 - Hardware address type. Same as RTNETARPHDR::ar_htype. */
878 typedef struct RTNETARPHDR struct
890 } RTNETARPHDR; typedef in typeref:struct:RTNETARPHDR
892 AssertCompileSize(RTNETARPHDR, 8);
894 typedef RTNETARPHDR *PRTNETARPHDR;
896 typedef RTNETARPHDR const *PCRTNETARPHDR;
923 RTNETARPHDR Hdr;

Completed in 47 milliseconds