Definitions

Sorry, no definitions found. Check out and contribute to the discussion of this word!

Etymologies

Sorry, no etymologies found.

Support

Help support Wordnik (and make this page ad-free) by adopting the word sockaddr.

Examples

  • Working with a US Secret Service operative known on the forum as 'sockaddr', Mularski gained trust within the crime ring, and became an administrator on DarkMarket.

    ZDNet UK Highlights 2010

  • JiLsi sent sockaddr details of credit cards that had been compromised at a petrol station in Portsmouth.

    The Independent - Frontpage RSS Feed 2010

  • JiLsi sent sockaddr details of credit cards that had been compromised at a petrol station in Portsmouth.

    The Independent - Frontpage RSS Feed 2010

  • Undercover officers from the security services and the FBI - using the online nicknames MastrSplyntr and sockaddr - infiltrated the website, posing as criminals, in 2006, a spokesman for the Serious Organised Crime Agency (Soca) said.

    The Independent - Frontpage RSS Feed 2010

  • Specifies the length of the address. len If the actual length of the address is greater than the length of the supplied sockaddr structure, SCTP truncates the stored address.

    Recently Uploaded Slideshows 2009

  • Following is the syntax for the getsockname () socket call: int getsockname (int sd, struct sockaddr * address, socklen_t * len); where: Specifies the socket descriptor to be queried. sd Stores the locally bound address that is selected by the SCTP stack.

    Recently Uploaded Slideshows 2009

  • After filling in the nladdr, do the bind as follows: bind (fd, (struct sockaddr*) & nladdr, sizeof (nladdr));

    Linux Journal - The Original Magazine of the Linux Community 2009

  • Following is the syntax for the connect () socket API: int connect (int sd, const struct sockaddr * addr, socklen_t addrlen); where: Represents the socket descriptor of the endpoint. sd Represents the address of the peer. addr Represents the size of the address. addrlen By default, the newly created association has only one outbound stream.

    Recently Uploaded Slideshows 2009

  • Following is the syntax for the getpeername () socket API: int getpeername (int sd, struct sockaddr * address, socklen_t * len); where: Specifies the socket descriptor to be queried. sd Contains the primary peer address.

    Recently Uploaded Slideshows 2009

  • Following is the syntax for the sctp_getpaddrs () socket API: int sctp_getpaddrs (int sd, sctp_assoc_t id, struct sockaddr ** addrs); where: Specifies the socket descriptor.

    Recently Uploaded Slideshows 2009

Comments

Log in or sign up to get involved in the conversation. It's quick and easy.