Searched refs:soishttpconnected (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/netinet/ |
| H A D | accf_http.c | 48 static int soishttpconnected(struct socket *so, void *arg, int waitflag); 199 return (soishttpconnected(so, arg, waitflag)); in sohashttpget() 264 return (soishttpconnected(so, in soparsehttpvers() 292 soishttpconnected(struct socket *so, void *arg, int waitflag) in soishttpconnected() function 347 soupcall_set(so, SO_RCV, soishttpconnected, arg); in soishttpconnected()
|