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

/osnet-11/usr/src/lib/libvdp/common/
H A Dvdp_impl.c355 (void) close(vdp_instp->vdp_inst_sockfd);
574 vdp_instp->vdp_inst_sockfd = socket(PF_PACKET, SOCK_RAW, ETHERTYPE_ECP);
575 if (vdp_instp->vdp_inst_sockfd < 0) {
576 vdp_instp->vdp_inst_sockfd = 0;
585 if (bind(vdp_instp->vdp_inst_sockfd, (struct sockaddr *)&sll,
587 (void) close(vdp_instp->vdp_inst_sockfd);
598 if (setsockopt(vdp_instp->vdp_inst_sockfd, SOL_PACKET,
601 (void) close(vdp_instp->vdp_inst_sockfd);
609 if (setsockopt(vdp_instp->vdp_inst_sockfd, SOL_PACKET,
612 (void) close(vdp_instp->vdp_inst_sockfd);
[all...]
H A Dvdp_impl.h204 int vdp_inst_sockfd; member in struct:vdp_inst_struct_s

Completed in 55 milliseconds