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

/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-sita.c370 static void send_to_fd(int fd, int len, unsigned char *str) { function
770 send_to_fd(u->find_fd, 1, (unsigned char *)"\0");
778 send_to_fd(u->find_fd, 1, (unsigned char *)"Q"); /* this interface query request */
793 send_to_fd(handle->fd, 1, (unsigned char *)"S"); /* send the get_stats command to the IOP */
820 send_to_fd(u->fd, strlen(p->IOPname)+1, (unsigned char *)p->IOPname); /* send the IOP's interface name, and a terminating null */
847 send_to_fd(fd, 8, buf); /* send the start monitor command with its parameters to the IOP */
866 send_to_fd(fd, 1, (unsigned char *)"F"); /* BPF filter follows command */
869 send_to_fd(fd, 4, (unsigned char *)&longInt); /* send the instruction sequence count */
874 send_to_fd(fd, 2, (unsigned char *)&shortInt);
875 send_to_fd(f
[all...]

Completed in 106 milliseconds