Home | History | Annotate | Download | only in netperf

Lines Matching refs:msg_flags

1084   int  msg_flags = 0;
1341 NULL, 0, NULL, &msg_flags)) != 0) {
1364 if (msg_flags & MSG_NOTIFICATION) {
1365 msg_flags = 0;
2241 int msg_flags = 0;
2483 NULL, &msg_flags)) != 0) {
2495 if (msg_flags & MSG_NOTIFICATION) {
2634 int msg_flags = 0;
2957 msg_flags = 0;
2961 NULL, &msg_flags)) < 0) {
2974 } while (!(msg_flags & MSG_EOR));
3508 int msg_flags = 0;
3512 while(!(msg_flags & MSG_EOR)) {
3517 NULL, &msg_flags)) < 0) {
3690 int msg_flags = 0;
4032 while (!(msg_flags & MSG_EOR)) {
4037 NULL, &msg_flags)) < 0) {
4333 int msg_flags;
4569 msg_flags = 0;
4574 0, &msg_flags)) == SOCKET_ERROR) {
4587 } while(!(msg_flags & MSG_EOR));