Lines Matching defs:_P

115 #undef _P
117 # define _P(x) x
119 # define _P(x) ()
132 char *strdup _P((const char *));
137 void *malloc _P((size_t arg));
138 void free _P((void *ptr));
188 void if_start _P((void));
190 void if_start _P((struct ttys *));
196 extern int vsprintf_len _P((char *, const char *, va_list));
197 extern int sprintf_len _P((char *, const char *, ...));
202 extern int vsprintf _P((char *, const char *, va_list));
204 extern int vfprintf _P((FILE *, const char *, va_list));
208 extern char *strerror _P((int error));
212 char *index _P((const char *, int));
216 long gethostid _P((void));
219 void lprint _P((const char *, ...));
231 void if_init _P((void));
232 void if_output _P((struct socket *, struct mbuf *));
235 void ip_init _P((void));
236 void ip_input _P((struct mbuf *));
237 void ip_slowtimo _P((void));
238 void ip_stripoptions _P((register struct mbuf *, struct mbuf *));
241 int ip_output _P((struct socket *, struct mbuf *));
244 void tcp_input _P((register struct mbuf *, int, struct socket *));
245 int tcp_mss _P((register struct tcpcb *, u_int));
248 int tcp_output _P((register struct tcpcb *));
249 void tcp_setpersist _P((register struct tcpcb *));
252 void tcp_init _P((void));
253 void tcp_template _P((struct tcpcb *));
254 void tcp_respond _P((struct tcpcb *, register struct tcpiphdr *, register struct mbuf *, tcp_seq, tcp_seq, int));
255 struct tcpcb * tcp_newtcpcb _P((struct socket *));
256 struct tcpcb * tcp_close _P((register struct tcpcb *));
257 void tcp_sockclosed _P((struct tcpcb *));
258 int tcp_fconnect _P((struct socket *));
259 void tcp_connect _P((struct socket *));
260 int tcp_attach _P((struct socket *));
261 u_int8_t tcp_tos _P((struct socket *));
262 int tcp_emu _P((struct socket *, struct mbuf *));
263 int tcp_ctl _P((struct socket *));