Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Unix Implementations for Extracting Elements of addrInfo
To extract length, family, socktype, protocol from addrInfo of OMRAddrInfoNode struct - The OMRAddrInfoNode has two elements, which first element, named addrInfo, is a pointer to the first addrinfo node in a linked list of addrinfo nodes. - The Unix addrinfo structs contains many elements which stores a variety of information about a socket address. - Extracts unix addrinfo elements by passing in a pointer to a OMRAddrInfoNode and the index of which one of the linked list of addrinfo nodes to extract. - Currently implemented the element extractions of what is needed to create a socket. Issue: eclipse-omr#4745 Signed-off-by: Haley Cao <haleycao88@hotmail.com>
- Loading branch information