Rev 4243 | Rev 4505 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4243 | Rev 4307 | ||
---|---|---|---|
Line 75... | Line 75... | ||
75 | int protocol; |
75 | int protocol; |
76 | int phone; |
76 | int phone; |
77 | }; |
77 | }; |
78 | 78 | ||
79 | struct ip_globals{ |
79 | struct ip_globals{ |
80 | int networking_phone; |
80 | int net_phone; |
81 | ip_netifs_t netifs; |
81 | ip_netifs_t netifs; |
82 | ip_protos_t protos; |
82 | ip_protos_t protos; |
83 | modules_t modules; |
83 | modules_t modules; |
84 | }; |
84 | }; |
85 | 85 |