Searched refs:open_socket (Results 1 – 3 of 3) sorted by relevance
54 static int open_socket(const char *);130 open_socket(const char *sockname) in open_socket() function252 fd = open_socket(sockname); in main()
58 static int open_socket(void);116 cronSock = open_socket(); in main()431 open_socket(void) in open_socket() function
180 static int open_socket(void) in open_socket() function548 if ((sock = open_socket()) < 0) in EthernetOpen()