Ion
|
#include <sys/socket.h>
Go to the source code of this file.
Functions | |
int | getaddrinfo (const char *node, const char *service, const struct addrinfo *hints, struct addrinfo **res) |
Copyright 2016 Google Inc. More... | |
void | freeaddrinfo (struct addrinfo *res) |
char * | gai_strerror (int errcode) |
int | getsockname (int sockfd, struct sockaddr *addr, socklen_t *addrlen) |
void | flockfile (FILE *filehandle) |
void | funlockfile (FILE *filehandle) |
void flockfile | ( | FILE * | filehandle | ) |
Definition at line 38 of file naclfixes.cc.
void freeaddrinfo | ( | struct addrinfo * | res | ) |
Definition at line 28 of file naclfixes.cc.
void funlockfile | ( | FILE * | filehandle | ) |
Definition at line 40 of file naclfixes.cc.
char* gai_strerror | ( | int | errcode | ) |
Definition at line 30 of file naclfixes.cc.
int getaddrinfo | ( | const char * | node, |
const char * | service, | ||
const struct addrinfo * | hints, | ||
struct addrinfo ** | res | ||
) |
Copyright 2016 Google Inc.
All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS-IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.This file stubs out functions that are undefined by NaCl to allow Ion to compile.
Definition at line 23 of file naclfixes.cc.
int getsockname | ( | int | sockfd, |
struct sockaddr * | addr, | ||
socklen_t * | addrlen | ||
) |
Definition at line 34 of file naclfixes.cc.