Home | History | Annotate | Download | only in p2p

Lines Matching refs:go_intent

159 	p2p_buf_add_go_intent(buf, (p2p->go_intent << 1) |
257 p2p_buf_add_go_intent(buf, (p2p->go_intent << 1) | tie_breaker);
373 if (msg.go_intent)
374 tie_breaker = *msg.go_intent & 0x01;
481 if (!msg.go_intent) {
486 if ((*msg.go_intent >> 1) > P2P_MAX_GO_INTENT) {
489 *msg.go_intent >> 1);
502 go = p2p_go_det(p2p->go_intent, *msg.go_intent);
810 if (!msg.go_intent) {
816 if ((*msg.go_intent >> 1) > P2P_MAX_GO_INTENT) {
819 *msg.go_intent >> 1);
824 go = p2p_go_det(p2p->go_intent, *msg.go_intent);