Home | History | Annotate | Download | only in slirp

Lines Matching refs:_P

122 #undef _P
124 # define _P(x) x
126 # define _P(x) ()
140 char *strdup _P((const char *));
145 void *malloc _P((size_t arg));
146 void free _P((void *ptr));
150 int inet_aton _P((const char *cp, struct in_addr *ia));
234 void if_start _P((void));
236 void if_start _P((struct ttys *));
242 extern int vsprintf_len _P((char *, const char *, va_list));
243 extern int sprintf_len _P((char *, const char *, ...));
248 extern int vsprintf _P((char *, const char *, va_list));
250 extern int vfprintf _P((FILE *, const char *, va_list));
254 extern char *strerror _P((int error));
258 char *index _P((const char *, int));
262 long gethostid _P((void));
265 void lprint _P((const char *, ...));
280 void if_init _P((void));
281 void if_output _P((struct socket *, struct mbuf *));
284 void ip_init _P((void));
285 void ip_input _P((struct mbuf *));
286 void ip_slowtimo _P((void));
287 void ip_stripoptions _P((register struct mbuf *, struct mbuf *));
290 int ip_output _P((struct socket *, struct mbuf *));
293 void tcp_input _P((register struct mbuf *, int, struct socket *));
294 int tcp_mss _P((register struct tcpcb *, u_int));
297 int tcp_output _P((register struct tcpcb *));
298 void tcp_setpersist _P((register struct tcpcb *));
301 void tcp_init _P((void));
302 void tcp_template _P((struct tcpcb *));
303 void tcp_respond _P((struct tcpcb *, register struct tcpiphdr *, register struct mbuf *, tcp_seq, tcp_seq, int));
304 struct tcpcb * tcp_newtcpcb _P((struct socket *));
305 struct tcpcb * tcp_close _P((register struct tcpcb *));
306 void tcp_sockclosed _P((struct tcpcb *));
307 int tcp_fconnect _P((struct socket *));
308 void tcp_connect _P((struct socket *));
309 int tcp_attach _P((struct socket *));
310 u_int8_t tcp_tos _P((struct socket *));
311 int tcp_emu _P((struct socket *, struct mbuf *));
312 int tcp_ctl _P((struct socket *));