Lines Matching defs:sfd
598 int sfd;
610 sfd = get_pf_pol_socket();
611 if (sfd < 0) {
620 cnt = write(sfd, &msg, sizeof (msg));
629 cnt = read(sfd, reply_buf, sizeof (reply_buf));
641 (void) close(sfd);
708 (void) close(sfd);
2615 int sfd;
2618 sfd = get_pf_pol_socket();
2619 if (sfd < 0) {
2652 cnt = write(sfd, msg, len);
2657 (void) close(sfd);
2661 (void) close(sfd);
2668 cnt = read(sfd, msg, len);
2672 (void) close(sfd);
2676 (void) close(sfd);
2682 (void) close(sfd);
2698 int sfd;
2707 sfd = get_pf_pol_socket();
2708 if (sfd < 0) {
2723 cnt = write(sfd, msg, len);
2734 cnt = read(sfd, msg, len);
2744 (void) close(sfd);
2781 int sfd;
2787 sfd = get_pf_pol_socket();
2788 if (sfd < 0) {
2804 cnt = write(sfd, msg, sizeof (buffer));
2813 cnt = read(sfd, msg, sizeof (buffer));
2821 (void) close(sfd);