Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
ccd281ce
Commit
ccd281ce
authored
Aug 11, 2003
by
Dave Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IPV4]: /proc/net/pnp dumps items marked initdata.
parent
9b9d3da6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
net/ipv4/ipconfig.c
net/ipv4/ipconfig.c
+6
-6
No files found.
net/ipv4/ipconfig.c
View file @
ccd281ce
...
...
@@ -125,14 +125,14 @@ int ic_proto_enabled __initdata = 0
int
ic_host_name_set
__initdata
=
0
;
/* Host name set by us? */
u32
ic_myaddr
__initdata
=
INADDR_NONE
;
/* My IP address */
u32
ic_netmask
__initdata
=
INADDR_NONE
;
/* Netmask for local subnet */
u32
ic_gateway
__initdata
=
INADDR_NONE
;
/* Gateway IP address */
u32
ic_myaddr
=
INADDR_NONE
;
/* My IP address */
u32
ic_netmask
=
INADDR_NONE
;
/* Netmask for local subnet */
u32
ic_gateway
=
INADDR_NONE
;
/* Gateway IP address */
u32
ic_servaddr
__initdata
=
INADDR_NONE
;
/* Boot server IP address */
u32
ic_servaddr
=
INADDR_NONE
;
/* Boot server IP address */
u32
root_server_addr
__initdata
=
INADDR_NONE
;
/* Address of NFS server */
u8
root_server_path
[
256
]
__initdata
=
{
0
,
};
/* Path to mount as root */
u32
root_server_addr
=
INADDR_NONE
;
/* Address of NFS server */
u8
root_server_path
[
256
]
=
{
0
,
};
/* Path to mount as root */
/* Persistent data: */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment