diff options
author | rodri <rgl@antares-labs.eu> | 2023-03-05 15:50:04 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2023-03-05 15:50:04 +0000 |
commit | 1ff642d9c61d62d6903db649e51675e13337418d (patch) | |
tree | f91bac5a37e9f3c3439ab206a1fd1dca5274e865 /sys/man | |
parent | a7016ce07864175f22ee85b537544b63f43935cf (diff) |
ip(3): corrections to Udphdr field descriptions
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/3/ip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/3/ip b/sys/man/3/ip index d6b13441c..d111bbfc2 100644 --- a/sys/man/3/ip +++ b/sys/man/3/ip @@ -883,8 +883,8 @@ declared in typedef struct Udphdr Udphdr; struct Udphdr { - uchar raddr[16]; /* V6 remote address and port */ - uchar laddr[16]; /* V6 local address and port */ + uchar raddr[16]; /* V6 remote address */ + uchar laddr[16]; /* V6 local address */ uchar ifcaddr[16]; /* V6 interface address (receive only) */ uchar rport[2]; /* remote port */ uchar lport[2]; /* local port */ |