Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

name

bind - bind a name to a socket


synopsis
#include <sys/types.h>
#include <sys/socket.h>
int bind(int sockfd, const struct sockaddr *my_addr", socklen_t " addrlen );

You might also like