taglinefilesource code
NR_CONNREQ925net/netrom/af_netrom.cif (((frametype & 0x0F) != NR_CONNREQ && (sk = nr_find_socket(circuit_index, circuit_id)) != NULL) ||
NR_CONNREQ926net/netrom/af_netrom.c((frametype & 0x0F) == NR_CONNREQ && (sk = nr_find_peer(circuit_index, circuit_id)) != NULL)) {
NR_CONNREQ937net/netrom/af_netrom.cif ((frametype & 0x0F) != NR_CONNREQ)
NR_CONNREQ184net/netrom/nr_in.ccase NR_CONNREQ:
NR_CONNREQ248net/netrom/nr_out.cnr_write_internal(sk, NR_CONNREQ);
NR_CONNREQ160net/netrom/nr_subr.ccase NR_CONNREQ:
NR_CONNREQ187net/netrom/nr_subr.ccase NR_CONNREQ:
NR_CONNREQ152net/netrom/nr_timer.cnr_write_internal(sk, NR_CONNREQ);