/external/qemu/slirp/ |
socket.h | 77 struct socket * socreate _P((void));
|
ip_icmp.c | 118 if ((so = socreate()) == NULL) goto freeit;
|
socket.c | 52 socreate(void) function 608 if ((so = socreate()) == NULL) {
|
udp.c | 195 if ((so = socreate()) == NULL) goto bad; 636 if ((so = socreate()) == NULL) {
|
tcp_subr.c | 443 * If it's an SS_ACCEPTONCE socket, no need to socreate() 450 if ((so = socreate()) == NULL) { 803 if ((ns=socreate()) == NULL) [all...] |
tcp_input.c | 392 * state == CLOSED means we've done socreate() but haven't 403 if ((so = socreate()) == NULL) [all...] |
slirp.c | 1060 struct socket *so = socreate();
|
/external/qemu/slirp-android/ |
socket.h | 81 struct socket * socreate _P((void));
|
udp.c | 245 if ((so = socreate()) == NULL) goto bad; 492 if ((so = socreate()) == NULL) {
|
ip_icmp.c | 122 if ((so = socreate()) == NULL) goto freeit;
|
socket.c | 57 socreate(void) function 630 if ((so = socreate()) == NULL) {
|
tcp_subr.c | 599 * If it's an SS_ACCEPTONCE socket, no need to socreate() 606 if ((so = socreate()) == NULL) {
|
tcp_input.c | 397 * state == CLOSED means we've done socreate() but haven't 408 if ((so = socreate()) == NULL) [all...] |
slirp.c | [all...] |
/external/chromium_org/third_party/usrsctp/usrsctplib/ |
user_socket.c | 165 * called only by socreate() and sonewconn(). 1167 * socreate returns a socket. The socket should be 1171 socreate(int dom, struct socket **aso, int type, int proto) function 1227 KASSERT(so->so_count == 1, ("socreate: so_count %d", so->so_count)); 1239 * socreate returns a socket with a ref count of 1. The socket should be 1243 socreate(int dom, struct socket **aso, int type, int proto, function [all...] |
user_socketvar.h | 608 int socreate(int dom, struct socket **aso, int type, int proto,
|
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
sctputil.c | [all...] |