Searched refs:recvfn (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/usr.sbin/fwcontrol/
H A Dfwcontrol.c746 fwmethod *recvfn = NULL; local
897 recvfn = mpegtsrecv;
900 recvfn = dvrecv;
1064 if (recvfn == NULL) { /* guess... */
1065 recvfn = detect_recv_fn(fd, TAG | CHANNEL);
1072 (*recvfn)(fd, recv_data, TAG | CHANNEL, -1);
/freebsd-11-stable/usr.sbin/ppp/
H A Dfsm.c77 typedef void (recvfn)(struct fsm *, struct fsmheader *, struct mbuf *); typedef
78 static recvfn FsmRecvConfigReq, FsmRecvConfigAck, FsmRecvConfigNak,
85 recvfn *recv;

Completed in 140 milliseconds