Austin Group Defect Tracker

Aardvark Mark IV


Viewing Issue Simple Details Jump to Notes ] Issue History ] Print ]
ID Category Severity Type Date Submitted Last Update
0000845 [1003.1(2013)/Issue7+TC1] System Interfaces Comment Clarification Requested 2014-06-04 22:25 2020-03-27 16:39
Reporter Steve_Bartolomei View Status public  
Assigned To
Priority normal Resolution Accepted As Marked  
Status Applied  
Name Steve Bartolomei
Organization Lynx Software Technologies
User Reference
Section <netinet/in.h>
Page Number 307
Line Number 10246, 10252
Interp Status ---
Final Accepted Text See Note: 0002266.
Summary 0000845: Two variables not included in System Interfaces
Description The 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 Action Add in6addr_any and in6addr_loopback to the System Interfaces section, either in their own page, or on an existing page.
Tags issue8
Attached Files

- Relationships

-  Notes
(0002266)
Don Cragun (manager)
2014-06-19 16:00
edited on: 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 Note: 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


Mantis 1.1.6[^]
Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker