VirtualBox

source: vbox/trunk/src/VBox/Devices/PC/Etherboot-src/include/in.h@ 13295

最後變更 在這個檔案從13295是 1,由 vboxsync 提交於 55 年 前

import

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 333 位元組
 
1#ifndef _IN_H
2#define _IN_H
3
4#include <if_ether.h>
5#define IP ETH_P_IP
6#define ARP ETH_P_ARP
7#define RARP ETH_P_RARP
8
9#define IP_ICMP 1
10#define IP_IGMP 2
11#define IP_TCP 6
12#define IP_UDP 17
13
14/* Same after going through htonl */
15#define IP_BROADCAST 0xFFFFFFFF
16
17typedef struct {
18 uint32_t s_addr;
19} in_addr;
20
21#endif /* _IN_H */
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette