Searched refs:recvfn (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/fwctl/
H A Dfwcontrol.c738 fwmethod *recvfn = NULL; local
901 recvfn = mpegtsrecv;
904 recvfn = dvrecv;
1066 if (recvfn == NULL) { /* guess... */
1067 recvfn = detect_recv_fn(fd, TAG | CHANNEL);
1077 (*recvfn)(fd, recv_data, TAG | CHANNEL, -1);

Completed in 52 milliseconds