Searched refs:soishttpconnected (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | accf_http.c | 45 static int soishttpconnected(struct socket *so, void *arg, int waitflag); 184 return (soishttpconnected(so, arg, waitflag)); in sohashttpget() 249 return (soishttpconnected(so, in soparsehttpvers() 276 soishttpconnected(struct socket *so, void *arg, int waitflag) in soishttpconnected() function 331 soupcall_set(so, SO_RCV, soishttpconnected, arg); in soishttpconnected()
|