Lines Matching refs:LOG_INFO
214 DCCP_DEBUG((LOG_INFO, "Got DCCP packet!\n")); in dccp_input()
225 DCCP_DEBUG((LOG_INFO, "Got DCCP ipv6 packet, iphlen = %u!\n", iphlen)); in dccp_input()
242 DCCP_DEBUG((LOG_INFO, "Need to strip options\n")); in dccp_input()
263 DCCP_DEBUG((LOG_INFO, in dccp_input()
268 DCCP_DEBUG((LOG_INFO, in dccp_input()
289 DCCP_DEBUG((LOG_INFO, "Dropping DCCP packet!\n")); in dccp_input()
359 DCCP_DEBUG((LOG_INFO, "in6p=%p\n", inp)); in dccp_input()
361 DCCP_DEBUG((LOG_INFO, "inp=%p\n", inp)); in dccp_input()
387 log(LOG_INFO, in dccp_input()
419 DCCP_DEBUG((LOG_INFO, "We are in closed state, dropping packet and sending reset!\n")); in dccp_input()
430 DCCP_DEBUG((LOG_INFO, "so->options & SO_ACCEPTCONN! dp->state = %i\n", dp->state)); in dccp_input()
433 DCCP_DEBUG((LOG_INFO, "Error, sonewconn failed!\n")); in dccp_input()
475 DCCP_DEBUG((LOG_INFO, "New dp = %u, dp->state = %u!\n", (int)dp, dp->state)); in dccp_input()
488 DCCP_DEBUG((LOG_INFO, "short seq conversion %x, %u %u\n", in dccp_input()
492 …DCCP_DEBUG((LOG_INFO, "Received DCCP packet with sequence number = %llu , gsn_rcv %llu\n", seqnr, … in dccp_input()
506 …DCCP_DEBUG((LOG_INFO, "Received DCCP packet with bad sequence number = %llu (low_seqnr = %llu, hig… in dccp_input()
525 …DCCP_DEBUG((LOG_INFO, "service code in request packet doesn't match! %x %x\n", drqh->drqh_scode, d… in dccp_input()
552 …DCCP_DEBUG((LOG_INFO, "service code in response packet doesn't match! %x %x\n", drqh->drqh_scode, … in dccp_input()
588 …DCCP_DEBUG((LOG_INFO, "Data offset is smaller then it could be, optlen = %i data_off = %i, m_len =… in dccp_input()
595 DCCP_DEBUG((LOG_INFO, "Error, more options (%i) then DCCP_MAX_OPTIONS options!\n", optlen)); in dccp_input()
600 DCCP_DEBUG((LOG_INFO, "Parsing DCCP options, optlen = %i\n", optlen)); in dccp_input()
605 …DCCP_DEBUG((LOG_INFO, "BEFORE state check, Got a %u packet while in %u state, who = %u!\n", dh->dh… in dccp_input()
611 DCCP_DEBUG((LOG_INFO, "Got DCCP REQUEST\n")); in dccp_input()
619 DCCP_DEBUG((LOG_INFO, "XXX: len=%d, data_off=%d\n", len, data_off)); in dccp_input()
632 DCCP_DEBUG((LOG_INFO, "Got DCCP ACK/DATAACK/DATA, should check init cookie...\n")); in dccp_input()
637 DCCP_DEBUG((LOG_INFO, "Got DCCP RESET\n")); in dccp_input()
643 DCCP_DEBUG((LOG_INFO, "Got a %u packet while in listen stage!\n", dh->dh_type)); in dccp_input()
652 DCCP_DEBUG((LOG_INFO, "Got DCCP REPSONSE %x %llx\n", dp, dp->ack_snd)); in dccp_input()
659 DCCP_DEBUG((LOG_INFO, "Setting DCCPS_ESTAB & soisconnected\n")); in dccp_input()
665 …DCCP_DEBUG((LOG_INFO, "CC negotiation is not finished, cc_in_use[0] = %u, cc_in_use[1] = %u\n",dp-… in dccp_input()
672 DCCP_DEBUG((LOG_INFO, "Got DCCP RESET\n")); in dccp_input()
678 DCCP_DEBUG((LOG_INFO, "Got a %u packet while in REQUEST stage!\n", dh->dh_type)); in dccp_input()
696 DCCP_DEBUG((LOG_INFO, "Got DCCP ACK/DATAACK\n")); in dccp_input()
708 DCCP_DEBUG((LOG_INFO, "Setting DCCPS_ESTAB & soisconnected\n")); in dccp_input()
713 …DCCP_DEBUG((LOG_INFO, "CC negotiation is not finished, cc_in_use[0] = %u, cc_in_use[1] = %u\n",dp-… in dccp_input()
721 DCCP_DEBUG((LOG_INFO, "Calling *cc_sw[%u].cc_recv_packet_recv!\n", dp->cc_in_use[1])); in dccp_input()
737 DCCP_DEBUG((LOG_INFO, "Got a %u packet while in response stage!\n", dh->dh_type)); in dccp_input()
745 …DCCP_DEBUG((LOG_INFO, "Got DCCP DATA, state = %i, cc_in_use[1] = %u\n", dp->state, dp->cc_in_use[1… in dccp_input()
749 …DCCP_DEBUG((LOG_INFO, "Calling data *cc_sw[%u].cc_recv_packet_recv! %llx %llx dp=%x\n", dp->cc_in_… in dccp_input()
755 DCCP_DEBUG((LOG_INFO, "Got DCCP ACK\n")); in dccp_input()
766 …DCCP_DEBUG((LOG_INFO, "Calling ACK *cc_sw[%u].cc_recv_packet_recv! %llx %llx\n", dp->cc_in_use[1],… in dccp_input()
772 DCCP_DEBUG((LOG_INFO, "Got DCCP DATAACK\n")); in dccp_input()
783 …DCCP_DEBUG((LOG_INFO, "Calling *cc_sw[%u].cc_recv_packet_recv! %llx %llx\n", dp->cc_in_use[1], dp-… in dccp_input()
789 DCCP_DEBUG((LOG_INFO, "Got DCCP CLOSEREQ, state = estab\n")); in dccp_input()
798 DCCP_DEBUG((LOG_INFO, "Got DCCP CLOSE, state = estab\n")); in dccp_input()
807 DCCP_DEBUG((LOG_INFO, "Got DCCP RESET\n")); in dccp_input()
815 DCCP_DEBUG((LOG_INFO, "Got DCCP MOVE\n")); in dccp_input()
819 DCCP_DEBUG((LOG_INFO, "Got a %u packet while in established stage!\n", dh->dh_type)); in dccp_input()
826 DCCP_DEBUG((LOG_INFO, "Got DCCP CLOSE (State DCCPS_SERVER_CLOSE)\n")); in dccp_input()
833 DCCP_DEBUG((LOG_INFO, "Got DCCP RESET\n")); in dccp_input()
839 DCCP_DEBUG((LOG_INFO, "Got a %u packet while in server_close stage!\n", dh->dh_type)); in dccp_input()
849 DCCP_DEBUG((LOG_INFO, "Got DCCP CLOSEREQ, state = DCCPS_CLIENT_CLOSE\n")); in dccp_input()
854 DCCP_DEBUG((LOG_INFO, "Got DCCP RESET\n")); in dccp_input()
861 DCCP_DEBUG((LOG_INFO, "Got a %u packet while in client_close stage!\n", dh->dh_type)); in dccp_input()
865 DCCP_DEBUG((LOG_INFO, "Got a %u packet while in %u state!\n", dh->dh_type, dp->state)); in dccp_input()
868 DCCP_DEBUG((LOG_INFO, "Force sending a request!\n")); in dccp_input()
884 DCCP_DEBUG((LOG_INFO, "state & SS_CANTRCVMORE...!\n")); in dccp_input()
889 DCCP_DEBUG((LOG_INFO, "Calling sbappend!\n")); in dccp_input()
892 DCCP_DEBUG((LOG_INFO, "Calling sorwakeup...!\n")); in dccp_input()
1135 DCCP_DEBUG((LOG_INFO, "dccp_output start!\n")); in dccp_output()
1139 DCCP_DEBUG((LOG_INFO, "Going to send a DCCP packet!\n")); in dccp_output()
1160 DCCP_DEBUG((LOG_INFO, "Not allowed to send right now\n")); in dccp_output()
1182 DCCP_DEBUG((LOG_INFO, "packet will be fragmented! maxseg %d\n", dp->d_maxseg)); in dccp_output()
1190 DCCP_DEBUG((LOG_INFO, "Force sending of DCCP TYPE_RESET! seq=%llu\n", dp->seq_snd)); in dccp_output()
1194 DCCP_DEBUG((LOG_INFO, "Sending DCCP TYPE_REQUEST!\n")); in dccp_output()
1199 DCCP_DEBUG((LOG_INFO, "Sending DCCP TYPE_RESPONSE!\n")); in dccp_output()
1204 DCCP_DEBUG((LOG_INFO, "Still in feature neg, sending DCCP TYPE_ACK!\n")); in dccp_output()
1214 DCCP_DEBUG((LOG_INFO, "Sending DCCP TYPE_DATAACK!\n")); in dccp_output()
1224 DCCP_DEBUG((LOG_INFO, "Sending DCCP TYPE_ACK!\n")); in dccp_output()
1233 DCCP_DEBUG((LOG_INFO, "Sending DCCP TYPE_DATA!\n")); in dccp_output()
1237 DCCP_DEBUG((LOG_INFO, "No ack or data to send!\n")); in dccp_output()
1241 DCCP_DEBUG((LOG_INFO, "Sending DCCP TYPE_CLOSE!\n")); in dccp_output()
1245 DCCP_DEBUG((LOG_INFO, "Sending DCCP TYPE_CLOSEREQ!\n")); in dccp_output()
1249 DCCP_DEBUG((LOG_INFO, "Hey, we should never get here, state = %u\n", dp->state)); in dccp_output()
1255 DCCP_DEBUG((LOG_INFO, "Copying options from dp->options! %u\n", dp->optlen)); in dccp_output()
1262 DCCP_DEBUG((LOG_INFO, "Copying options from dp->features! %u\n", dp->featlen)); in dccp_output()
1279 DCCP_DEBUG((LOG_INFO, "Sending ipv6 packet...\n")); in dccp_output()
1296 DCCP_DEBUG((LOG_INFO, "Pkt headerlen %u\n", hdrlen)); in dccp_output()
1393 …DCCP_DEBUG((LOG_INFO, "Sending with seq %x.%x, (dp->seq_snd = %llu)\n\n", dlh->dh_seq, dlh->dh_seq… in dccp_output()
1395 DCCP_DEBUG((LOG_INFO, "Sending with seq %x, (dp->seq_snd = %llu)\n\n", dh->dh_seq, dp->seq_snd)); in dccp_output()
1427 DCCP_DEBUG((LOG_INFO, "Sending dccp type response\n")); in dccp_output()
1504 …DCCP_DEBUG((LOG_INFO, "Calling ip_output6, mbuf->m_len = %u, mbuf->m_pkthdr.len = %u\n", m->m_len,… in dccp_output()
1512 …DCCP_DEBUG((LOG_INFO, "Calling ip_output, mbuf->m_len = %u, mbuf->m_pkthdr.len = %u\n", m->m_len, … in dccp_output()
1519 DCCP_DEBUG((LOG_INFO, "IP output failed! %d\n", error)); in dccp_output()
1527 DCCP_DEBUG((LOG_INFO, "Calling *cc_sw[%u].cc_send_packet_sent!\n", dp->cc_in_use[0])); in dccp_output()
1539 DCCP_DEBUG((LOG_INFO, "dccp_output finished\n")); in dccp_output()
1554 DCCP_DEBUG((LOG_INFO, "Entering dccp_abort!\n")); in dccp_abort()
1576 DCCP_DEBUG((LOG_INFO, "Entering dccp_close!\n")); in dccp_close()
1607 DCCP_DEBUG((LOG_INFO, "Entering dccp_attach(proto=%d)!\n", proto)); in dccp_attach()
1637 DCCP_DEBUG((LOG_INFO, "We are an ipv6 socket!!!\n")); in dccp_attach()
1659 DCCP_DEBUG((LOG_INFO, "Entering dccp_bind!\n")); in dccp_bind()
1695 DCCP_DEBUG((LOG_INFO, "Entering dccp_connect!\n")); in dccp_connect()
1713 DCCP_DEBUG((LOG_INFO, "Why are we in connect when we already have an established connection?\n")); in dccp_connect()
1720 DCCP_DEBUG((LOG_INFO, "dccp_connect seq_snd %llu\n", dp->seq_snd)); in dccp_connect()
1771 DCCP_DEBUG((LOG_INFO, "Entering dccp_doconnect!\n")); in dccp_doconnect()
1778 DCCP_DEBUG((LOG_INFO, "Running in6pcb_bind!\n")); in dccp_doconnect()
1786 DCCP_DEBUG((LOG_INFO, "inpcb_bind=%d\n",error)); in dccp_doconnect()
1794 DCCP_DEBUG((LOG_INFO, "in6pcb_connect=%d\n",error)); in dccp_doconnect()
1799 DCCP_DEBUG((LOG_INFO, "inpcb_connect=%d\n",error)); in dccp_doconnect()
1817 DCCP_DEBUG((LOG_INFO, "Entering dccp_detach!\n")); in dccp_detach()
1840 DCCP_DEBUG((LOG_INFO, "Entering dccp_disconnect!\n")); in dccp_disconnect()
1881 DCCP_DEBUG((LOG_INFO, "Entering dccp_disconnect2!\n")); in dccp_disconnect2()
1915 DCCP_DEBUG((LOG_INFO, "Entering dccp_send!\n")); in dccp_send()
1939 DCCP_DEBUG((LOG_INFO, "We have no established connection!\n")); in dccp_send()
1943 DCCP_DEBUG((LOG_INFO, "We got a control message!\n")); in dccp_send()
2000 DCCP_DEBUG((LOG_INFO, "Entering dccp_shutdown!\n")); in dccp_shutdown()
2021 DCCP_DEBUG((LOG_INFO, "Entering dccp_listen!\n")); in dccp_listen()
2051 DCCP_DEBUG((LOG_INFO, "Entering dccp_accept!\n")); in dccp_accept()
2057 DCCP_DEBUG((LOG_INFO, "so_state && SS_ISDISCONNECTED!, so->state = %i\n", so->so_state)); in dccp_accept()
2084 DCCP_DEBUG((LOG_INFO, "Creating a new dccpcb!\n")); in dccp_newdccpcb()
2154 …DCCP_DEBUG((LOG_INFO, "Entering dccp_add_feature_option, opt = %u, val_len = %u optlen %u\n", opt,… in dccp_add_feature_option()
2176 DCCP_DEBUG((LOG_INFO, "No room for more options, optlen = %u\n", dp->optlen)); in dccp_add_feature_option()
2209 DCCP_DEBUG((LOG_INFO, "dccp_get_option option(%d) not found\n", type)); in dccp_get_option()
2222 DCCP_DEBUG((LOG_INFO, "Parsing opt: 0x%02x\n", opt)); in dccp_parse_options()
2227 DCCP_DEBUG((LOG_INFO, "Got DCCP_OPT_PADDING!\n")); in dccp_parse_options()
2230 DCCP_DEBUG((LOG_INFO, "Got DCCP_OPT_DATA_DISCARD!\n")); in dccp_parse_options()
2233 DCCP_DEBUG((LOG_INFO, "Got DCCP_OPT_SLOW_RECV!\n")); in dccp_parse_options()
2236 DCCP_DEBUG((LOG_INFO, "Got DCCP_OPT_BUF_CLOSED!\n")); in dccp_parse_options()
2239 DCCP_DEBUG((LOG_INFO, "Got an unknown option, option = %u!\n", opt)); in dccp_parse_options()
2244 DCCP_DEBUG((LOG_INFO, "Error, option size = %u\n", size)); in dccp_parse_options()
2248 DCCP_DEBUG((LOG_INFO, "Got option %u, size = %u, feature = %u\n", opt, size, options[i+2])); in dccp_parse_options()
2250 …DCCP_DEBUG((LOG_INFO, "Calling dccp_feature neg(%u, %u, options[%u + 1], %u)!\n", (u_int)dp, opt, … in dccp_parse_options()
2257 DCCP_DEBUG((LOG_INFO, "Error, option size = %u\n", size)); in dccp_parse_options()
2263 DCCP_DEBUG((LOG_INFO, "Got DCCP_OPT_RECV_BUF_DROPS, size = %u!\n", size)); in dccp_parse_options()
2265 DCCP_DEBUG((LOG_INFO, "val[%u] = %u ", j-1, options[i+j])); in dccp_parse_options()
2267 DCCP_DEBUG((LOG_INFO, "\n")); in dccp_parse_options()
2271 DCCP_DEBUG((LOG_INFO, "Got DCCP_OPT_TIMESTAMP, size = %u\n", size)); in dccp_parse_options()
2280 DCCP_DEBUG((LOG_INFO, "Got DCCP_OPT_TIMESTAMP_ECHO, size = %u\n",size)); in dccp_parse_options()
2282 DCCP_DEBUG((LOG_INFO, "val[%u] = %u ", j-1, options[i+j])); in dccp_parse_options()
2284 DCCP_DEBUG((LOG_INFO, "\n")); in dccp_parse_options()
2302 DCCP_DEBUG((LOG_INFO, "Got an unknown option, option = %u, size = %u!\n", opt, size)); in dccp_parse_options()
2309 DCCP_DEBUG((LOG_INFO, "Got a CCID option (%d), do nothing!\n", opt)); in dccp_parse_options()
2312 DCCP_DEBUG((LOG_INFO, "Error, option size = %u\n", size)); in dccp_parse_options()
2325 …DCCP_DEBUG((LOG_INFO, "Entering dccp_add_feature, opt = %u, feature = %u, val_len = %u\n", opt, fe… in dccp_add_feature()
2337 DCCP_DEBUG((LOG_INFO, "No room for more features, featlen = %u\n", dp->featlen)); in dccp_add_feature()
2349 …DCCP_DEBUG((LOG_INFO, "Entering dccp_remove_feature, featlen = %u, opt = %u, feature = %u\n", dp->… in dccp_remove_feature()
2356 …DCCP_DEBUG((LOG_INFO, "Error, len = %u and i(%u) + len > dp->featlen (%u)\n", len, i, dp->featlen)… in dccp_remove_feature()
2374 DCCP_DEBUG((LOG_INFO, "Exiting dccp_remove_feature, featlen = %u\n", dp->featlen)); in dccp_remove_feature()
2381 …DCCP_DEBUG((LOG_INFO, "Running dccp_feature_neg, opt = %u, feature = %u len = %u ", opt, feature, … in dccp_feature_neg()
2385 DCCP_DEBUG((LOG_INFO, "Got CCID negotiation, opt = %u, val[0] = %u\n", opt, val[0])); in dccp_feature_neg()
2391 DCCP_DEBUG((LOG_INFO, "Sending DCCP_OPT_CONFIRM_L on CCID %u\n", val[0])); in dccp_feature_neg()
2398 DCCP_DEBUG((LOG_INFO, "We already have negotiated a CC!!!\n")); in dccp_feature_neg()
2402 DCCP_DEBUG((LOG_INFO, "Got DCCP_OPT_CONFIRM_L on CCID %u\n", val[0])); in dccp_feature_neg()
2407 DCCP_DEBUG((LOG_INFO, "confirmed cc_in_use[1] = %d\n", dp->cc_in_use[1])); in dccp_feature_neg()
2409 DCCP_DEBUG((LOG_INFO, "We already have negotiated a CC!!! (confirm) %d\n", dp->cc_in_use[1])); in dccp_feature_neg()
2416 ACK_DEBUG((LOG_INFO, "Got _Use Ack Vector_\n")); in dccp_feature_neg()
2423 ACK_DEBUG((LOG_INFO, "ERROR. Strange val %u\n", val[0])); in dccp_feature_neg()
2429 ACK_DEBUG((LOG_INFO,"Remote side confirmed AckVector usage\n")); in dccp_feature_neg()
2431 ACK_DEBUG((LOG_INFO, "ERROR. Strange val %u\n", val[0])); in dccp_feature_neg()
2439 ACK_DEBUG((LOG_INFO, "Feature: Change Ack Ratio to %u\n", dp->ack_ratio)); in dccp_feature_neg()
2579 DCCP_DEBUG((LOG_INFO, "Entering dccp_timewait_t!\n")); in dccp_timewait_t()
2593 DCCP_DEBUG((LOG_INFO, "Entering dccp_connect_t!\n")); in dccp_connect_t()
2607 DCCP_DEBUG((LOG_INFO, "Entering dccp_close_t!\n")); in dccp_close_t()
2635 DCCP_DEBUG((LOG_INFO, "Entering dccp_retrans_t!\n")); in dccp_retrans_t()
2754 DCCP_DEBUG((LOG_INFO,"Initializing AckVector\n")); in dccp_use_ackvector()
2756 DCCP_DEBUG((LOG_INFO, "It was already initialized!!!\n")); in dccp_use_ackvector()
2763 DCCP_DEBUG((LOG_INFO, "Unable to allocate memory for ackvector\n")); in dccp_use_ackvector()
2784 ACK_DEBUG((LOG_INFO,"New head in ackvector: %u\n", seqnr)); in dccp_update_ackvector()
2787 ACK_DEBUG((LOG_INFO, "Update: AckVector NOT YET INITIALIZED!!!\n")); in dccp_update_ackvector()
2816 DCCP_DEBUG((LOG_INFO, "Entering dccp_increment_ackvecktor %d\n", dp->av_size)); in dccp_increment_ackvector()
2818 DCCP_DEBUG((LOG_INFO, "Increment: AckVector NOT YET INITIALIZED!!!\n")); in dccp_increment_ackvector()
2835 DCCP_DEBUG((LOG_INFO, "dccp_increment_ackvecktor gap=%llu av_size %d\n", gap, dp->av_size)); in dccp_increment_ackvector()
2840 DCCP_DEBUG((LOG_INFO, "increment_ackvector error. gap: %llu, av_size: %d, seqnr: %d\n", in dccp_increment_ackvector()
2889 ACK_DEBUG((LOG_INFO, "Generate: AckVector NOT YET INITIALIZED!!!\n")); in dccp_generate_ackvector()