Lines Matching refs:rpcb
3085 struct raw_pcb *rpcb = NULL;
3302 for (rpcb = raw_pcbs; rpcb != NULL; rpcb = rpcb->next) {
3304 "%s", ipaddr_ntoa(&rpcb->local_ip));
3310 "%s", ipaddr_ntoa(&rpcb->remote_ip));
3315 recvQlen = netstat_netconn_recvq(rpcb->recv_arg);
3316 sendQlen = netstat_netconn_sendq(rpcb->recv_arg);
3318 proto = rpcb->protocol; // raw_proto;
3321 "raw", recvQlen, sendQlen, local_ip_port, remote_ip_port, proto, 0); // rpcb->hdrincl
3339 for (rpcb = pkt_raw_pcbs; rpcb != NULL; rpcb = rpcb->next) {
3340 recvQlen = netstat_netconn_recvq(rpcb->recv_arg);
3341 sendQlen = netstat_netconn_sendq(rpcb->recv_arg);
3345 if (netif_get_index(netif) == rpcb->netif_idx) {
3355 proto = rpcb->protocol; // ntohs(rpcb->proto.eth_proto);