Searched refs:sll2 (Results 1 – 1 of 1) sorted by relevance
70 struct sll2_header *sll2 = (struct sll2_header *)pktbuf; in capture_binding() local71 sll2->sll2_protocol = htons(ETH_P_MCTP); in capture_binding()73 sll2->sll2_pkttype = LINUX_SLL_OUTGOING; in capture_binding()75 sll2->sll2_pkttype = LINUX_SLL_HOST; in capture_binding()76 sll2->sll2_reserved_mbz = 0x0; in capture_binding()77 sll2->sll2_if_index = 0x0; in capture_binding()78 sll2->sll2_hatype = 0x0; in capture_binding()79 sll2->sll2_halen = 0x0; in capture_binding()80 memset(sll2->sll2_addr, 0, SLL_ADDRLEN); in capture_binding()109 struct sll2_header *sll2 = (struct sll2_header *)pktbuf; in capture_socket() local[all …]