Lines Matching refs:n
703 int n; in rose_bind() local
743 for (n = 0 ; n < addr->srose_ndigis ; n++) in rose_bind()
744 rose->source_digis[n] = full_addr->srose_digis[n]; in rose_bind()
765 int n, err = 0; in rose_connect() local
851 for (n = 0 ; n < addr->srose_ndigis ; n++) in rose_connect()
852 rose->dest_digis[n] = full_addr->srose_digis[n]; in rose_connect()
989 int n; in rose_getname() local
999 for (n = 0; n < rose->dest_ndigis; n++) in rose_getname()
1000 srose->srose_digis[n] = rose->dest_digis[n]; in rose_getname()
1006 for (n = 0; n < rose->source_ndigis; n++) in rose_getname()
1007 srose->srose_digis[n] = rose->source_digis[n]; in rose_getname()
1019 int n; in rose_rx_call_request() local
1054 for (n = 0 ; n < facilities.dest_ndigis ; n++) in rose_rx_call_request()
1055 make_rose->dest_digis[n] = facilities.dest_digis[n]; in rose_rx_call_request()
1059 for (n = 0 ; n < facilities.source_ndigis ; n++) in rose_rx_call_request()
1060 make_rose->source_digis[n] = facilities.source_digis[n]; in rose_rx_call_request()
1103 int n, size, qbit = 0; in rose_sendmsg() local
1130 for (n = 0 ; n < srose.srose_ndigis ; n++) in rose_sendmsg()
1131 if (ax25cmp(&rose->dest_digis[n], in rose_sendmsg()
1132 &srose.srose_digis[n])) in rose_sendmsg()
1145 for (n = 0 ; n < rose->dest_ndigis ; n++) in rose_sendmsg()
1146 srose.srose_digis[n] = rose->dest_digis[n]; in rose_sendmsg()
1266 int n, er, qbit; in rose_recvmsg() local
1309 for (n = 0 ; n < rose->dest_ndigis ; n++) in rose_recvmsg()
1310 full_srose->srose_digis[n] = rose->dest_digis[n]; in rose_recvmsg()