Searched refs:recvfn (Results 1 – 2 of 2) sorted by relevance
746 fwmethod *recvfn = NULL; in main() local897 recvfn = mpegtsrecv; in main()900 recvfn = dvrecv; in main()1064 if (recvfn == NULL) { /* guess... */ in main()1065 recvfn = detect_recv_fn(fd, TAG | CHANNEL); in main()1072 (*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;