Home | History | Annotate | Download | only in pending

Lines Matching refs:dest_sll

719   struct sockaddr_ll dest_sll;
731 memset(&dest_sll, 0, sizeof(dest_sll));
732 dest_sll.sll_family = AF_PACKET;
733 dest_sll.sll_protocol = htons(ETH_P_IP);
734 dest_sll.sll_ifindex = state->ifindex;
735 dest_sll.sll_halen = 6;
736 memcpy(dest_sll.sll_addr, bmacaddr , 6);
738 if (bind(fd, (struct sockaddr *) &dest_sll, sizeof(dest_sll)) < 0) {
759 (struct sockaddr *) &dest_sll, sizeof(dest_sll));