View Issue Details

IDProjectCategoryView StatusLast Update
00008451003.1(2013)/Issue7+TC1System Interfacespublic2024-06-11 09:02
ReporterSteve_Bartolomei Assigned To 
PrioritynormalSeverityCommentTypeClarification Requested
Status ClosedResolutionAccepted As Marked 
NameSteve Bartolomei
OrganizationLynx Software Technologies
User Reference
Section<netinet/in.h>
Page Number307
Line Number10246, 10252
Interp Status---
Final Accepted TextSee 0000845:0002266.
Summary0000845: Two variables not included in System Interfaces
DescriptionThe in6addr_any and in6addr_loopback variables are defined in netinet/in.h, the only other reference to either of these is in6addr_any which is referenced in Section 2.10.20, "Compatibility with IPv4".

Other variables (signgam, stderr, stdin, stdout, daylight, timezone, tzname, optarg, optind, opterr and optopt) are all documented in the System Interfaces section. In fact, the stderr, stdin and stdout variables are documented on their own System Interface page.

Is this intentional or an oversight?
Desired ActionAdd in6addr_any and in6addr_loopback to the System Interfaces section, either in their own page, or on an existing page.
Tagsissue8

Activities

Don Cragun

2014-06-19 16:00

manager   bugnote:0002266

Last edited: 2014-06-19 16:03

On page 475 on line 16090 add the prefix:
    in6addr_
keeping IP6 shading on the entire line.

After page 1122 insert a new page (with the SYNOPSIS IP6 shaded):

NAME
    in6addr_any, in6addr_loopback --- IPv6 address variables

SYNOPSIS
    #include <netinet/in.h>

    const struct in6_addr in6addr_any;
    const struct in6_addr in6addr_loopback;

DESCRIPTION
    The in6addr_any variable is initialized by the system to contain the
    wildcard IPv6 address (::).

    The in6addr_loopback variable is initialized by the system to contain
    the loopback IPv6 address (::1).

RETURN VALUE
    None.

ERRORS
    No errors are defined.

EXAMPLES
    None.

APPLICATION USAGE
    None.

RATIONALE
    These variables were only described on the XBD <netinet/in.h>
    page in earlier versions of this standard.

FUTURE DIRECTIONS
    None.

SEE ALSO
    bind(), connect()

    XBD <netinet/in.h>

CHANGE HISTORY
    First released in Issue 8. Derived from Issue 7 XBD <netinet/in.h>.


Issue History

Date Modified Username Field Change
2014-06-04 22:25 Steve_Bartolomei New Issue
2014-06-04 22:25 Steve_Bartolomei Name => Steve Bartolomei
2014-06-04 22:25 Steve_Bartolomei Organization => Lynx Software Technologies
2014-06-04 22:25 Steve_Bartolomei Section => N/A
2014-06-04 22:25 Steve_Bartolomei Page Number => N/A
2014-06-04 22:25 Steve_Bartolomei Line Number => N/A
2014-06-19 16:00 Don Cragun Note Added: 0002266
2014-06-19 16:01 Don Cragun Note Edited: 0002266
2014-06-19 16:03 Don Cragun Note Edited: 0002266
2014-06-19 16:10 Don Cragun Section N/A => <netinet/in.h>
2014-06-19 16:10 Don Cragun Page Number N/A => 307
2014-06-19 16:10 Don Cragun Line Number N/A => 10246, 10252
2014-06-19 16:10 Don Cragun Interp Status => ---
2014-06-19 16:10 Don Cragun Final Accepted Text => See 0000845:0002266.
2014-06-19 16:10 Don Cragun Status New => Resolved
2014-06-19 16:10 Don Cragun Resolution Open => Accepted As Marked
2014-06-19 16:10 Don Cragun Tag Attached: issue8
2020-03-27 16:39 geoffclare Status Resolved => Applied
2024-06-11 09:02 agadmin Status Applied => Closed