Searched refs:soishttpconnected (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | accf_http.c | 48 static int soishttpconnected(struct socket *so, void *arg, int waitflag); 187 return (soishttpconnected(so, arg, waitflag)); in sohashttpget() 252 return (soishttpconnected(so, in soparsehttpvers() 279 soishttpconnected(struct socket *so, void *arg, int waitflag) in soishttpconnected() function 334 soupcall_set(so, SO_RCV, soishttpconnected, arg); in soishttpconnected()
|