Home | History | Annotate | Download | only in slirp-android

Lines Matching defs:_P

114 #undef _P
116 # define _P(x) x
118 # define _P(x) ()
131 char *strdup _P((const char *));
136 void *malloc _P((size_t arg));
137 void free _P((void *ptr));
187 void if_start _P((void));
189 void if_start _P((struct ttys *));
195 extern int vsprintf_len _P((char *, const char *, va_list));
196 extern int sprintf_len _P((char *, const char *, ...));
201 extern int vsprintf _P((char *, const char *, va_list));
203 extern int vfprintf _P((FILE *, const char *, va_list));
207 extern char *strerror _P((int error));
211 char *index _P((const char *, int));
215 long gethostid _P((void));
218 void lprint _P((const char *, ...));
230 void if_init _P((void));
231 void if_output _P((struct socket *, struct mbuf *));
234 void ip_init _P((void));
235 void ip_input _P((struct mbuf *));
236 void ip_slowtimo _P((void));
237 void ip_stripoptions _P((register struct mbuf *, struct mbuf *));
240 int ip_output _P((struct socket *, struct mbuf *));
243 void tcp_input _P((register struct mbuf *, int, struct socket *));
244 int tcp_mss _P((register struct tcpcb *, u_int));
247 int tcp_output _P((register struct tcpcb *));
248 void tcp_setpersist _P((register struct tcpcb *));
251 void tcp_init _P((void));
252 void tcp_template _P((struct tcpcb *));
253 void tcp_respond _P((struct tcpcb *, register struct tcpiphdr *, register struct mbuf *, tcp_seq, tcp_seq, int));
254 struct tcpcb * tcp_newtcpcb _P((struct socket *));
255 struct tcpcb * tcp_close _P((register struct tcpcb *));
256 void tcp_sockclosed _P((struct tcpcb *));
257 int tcp_fconnect _P((struct socket *));
258 void tcp_connect _P((struct socket *));
259 int tcp_attach _P((struct socket *));
260 u_int8_t tcp_tos _P((struct socket *));
261 int tcp_emu _P((struct socket *, struct mbuf *));
262 int tcp_ctl _P((struct socket *));