Home
last modified time | relevance | path

Searched refs:SS_FACCEPTONCE (Results 1 – 8 of 8) sorted by relevance

/external/qemu/slirp-android/
Dtcp_subr.c602 if (inso->so_state & SS_FACCEPTONCE) { in tcp_connect()
640 if (inso->so_state & SS_FACCEPTONCE) { in tcp_connect()
832 if ((so = solisten(0, laddr, lport, SS_FACCEPTONCE)) == NULL) in tcp_emu()
864 if ((so = solisten(0, laddr, lport, SS_FACCEPTONCE)) == NULL) in tcp_emu()
904 (so = solisten(0, so->so_laddr_ip, lport, SS_FACCEPTONCE)) != NULL) in tcp_emu()
919 if ((so = solisten(0, laddr, lport, SS_FACCEPTONCE)) == NULL) in tcp_emu()
928 if ((so = solisten(0, laddr, lport, SS_FACCEPTONCE)) == NULL) in tcp_emu()
936 if ((so = solisten(0, laddr, lport, SS_FACCEPTONCE)) == NULL) in tcp_emu()
1054 SS_FACCEPTONCE)) { in tcp_emu()
Dsocket.h73 #define SS_FACCEPTONCE 0x200 /* If set, the SS_FACCEPTCONN socket will die after one accept */ macro
Dudp.c518 if (flags != SS_FACCEPTONCE) in udp_listen()
Dsocket.c645 if (flags & SS_FACCEPTONCE) in solisten()
/external/qemu/slirp/
Dtcp_subr.c446 if (inso->so_state & SS_FACCEPTONCE) { in tcp_connect()
484 if (inso->so_state & SS_FACCEPTONCE) { in tcp_connect()
977 if ((so = solisten(0, laddr, lport, SS_FACCEPTONCE)) == NULL) in tcp_emu()
1009 if ((so = solisten(0, laddr, lport, SS_FACCEPTONCE)) == NULL) in tcp_emu()
1049 (so = solisten(0, so->so_laddr.s_addr, htons(lport), SS_FACCEPTONCE)) != NULL) in tcp_emu()
1064 if ((so = solisten(0, htonl(laddr), htons(lport), SS_FACCEPTONCE)) == NULL) in tcp_emu()
1073 if ((so = solisten(0, htonl(laddr), htons(lport), SS_FACCEPTONCE)) == NULL) in tcp_emu()
1082 if ((so = solisten(0, htonl(laddr), htons(lport), SS_FACCEPTONCE)) == NULL) in tcp_emu()
1200 SS_FACCEPTONCE)) { in tcp_emu()
Dsocket.h72 #define SS_FACCEPTONCE 0x200 /* If set, the SS_FACCEPTCONN socket will die after one accept */ macro
Dudp.c520 SS_FACCEPTONCE); in udp_emu()
664 if (flags != SS_FACCEPTONCE) in udp_listen()
Dsocket.c623 if (flags & SS_FACCEPTONCE) in solisten()