Searched refs:recvfn (Results 1 – 2 of 2) sorted by relevance
747 fwmethod *recvfn = NULL; in main() local898 recvfn = mpegtsrecv; in main()901 recvfn = dvrecv; in main()1065 if (recvfn == NULL) { /* guess... */ in main()1066 recvfn = detect_recv_fn(fd, TAG | CHANNEL); in main()1073 (*recvfn)(fd, recv_data, TAG | CHANNEL, -1); in main()
75 typedef void (recvfn)(struct fsm *, struct fsmheader *, struct mbuf *); typedef76 static recvfn FsmRecvConfigReq, FsmRecvConfigAck, FsmRecvConfigNak,83 recvfn *recv;