Home
last modified time | relevance | path

Searched refs:waitflag (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netinet/
H A Daccf_http.c44 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 Daccf_data.c43 static int sohasdata(struct socket *so, void *arg, int waitflag);
48 sohasdata(struct socket *so, void *arg, int waitflag) in sohasdata() argument
H A Daccf_dns.c42 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 Dng_ksocket.c157 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 Dsocketvar.h337 (struct socket *so, void *arg, int waitflag);
/f-stack/freebsd/sys/
H A Dsocketvar.h337 (struct socket *so, void *arg, int waitflag);
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c102 (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