Searched refs:waitflag (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | accf_http.c | 44 static int sohashttpget(struct socket *so, void *arg, int waitflag); 46 static int soparsehttpvers(struct socket *so, void *arg, int waitflag); 48 static int soishttpconnected(struct socket *so, void *arg, int waitflag); 152 sohashttpget(struct socket *so, void *arg, int waitflag) in sohashttpget() argument 187 return (soishttpconnected(so, arg, waitflag)); in sohashttpget() 189 return (soparsehttpvers(so, arg, waitflag)); in sohashttpget() 200 soparsehttpvers(struct socket *so, void *arg, int waitflag) in soparsehttpvers() argument 253 arg, waitflag)); in soparsehttpvers() 279 soishttpconnected(struct socket *so, void *arg, int waitflag) in soishttpconnected() argument
|
| H A D | accf_data.c | 43 static int sohasdata(struct socket *so, void *arg, int waitflag); 48 sohasdata(struct socket *so, void *arg, int waitflag) in sohasdata() argument
|
| H A D | accf_dns.c | 42 static int sohasdns(struct socket *so, void *arg, int waitflag); 62 sohasdns(struct socket *so, void *arg, int waitflag) in sohasdns() argument
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ksocket.c | 157 static int ng_ksocket_incoming(struct socket *so, void *arg, int waitflag); 999 ng_ksocket_incoming(struct socket *so, void *arg, int waitflag) in ng_ksocket_incoming() argument 1003 int wait = ((waitflag & M_WAITOK) ? NG_WAITOK : 0) | NG_QUEUE; in ng_ksocket_incoming()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | socketvar.h | 337 (struct socket *so, void *arg, int waitflag);
|
| /f-stack/freebsd/sys/ |
| H A D | socketvar.h | 337 (struct socket *so, void *arg, int waitflag);
|
| /f-stack/freebsd/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket_rfcomm.c | 102 (struct socket *so, void *arg, int waitflag); 1022 ng_btsocket_rfcomm_upcall(struct socket *so, void *arg, int waitflag) in ng_btsocket_rfcomm_upcall() argument
|