Home | History | Annotate | Download | only in dhcpcd-6.8.2

Lines Matching refs:PF_PACKET

1142 	if ((s = socket(PF_PACKET, SOCK_DGRAM | SOCK_CLOEXEC | SOCK_NONBLOCK,
1148 if ((s = socket(PF_PACKET, SOCK_DGRAM, htons(protocol))) == -1)
1183 su.sll.sll_family = PF_PACKET;