HomeSort by: relevance | last modified time | path
    Searched defs:mac_hword (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/npf/npfctl/
npf_bpf_comp.c 692 uint16_t mac_hword; local
703 memcpy(&mac_hword, (uint8_t *)ether_addr + sizeof(mac_word), sizeof(mac_hword));
704 mac_hword = ntohs(mac_hword);
715 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, mac_hword, 0, JUMP_MAGIC),
723 htonl(mac_word), htons(mac_hword)
npf_bpf_comp.c 692 uint16_t mac_hword; local
703 memcpy(&mac_hword, (uint8_t *)ether_addr + sizeof(mac_word), sizeof(mac_hword));
704 mac_hword = ntohs(mac_hword);
715 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, mac_hword, 0, JUMP_MAGIC),
723 htonl(mac_word), htons(mac_hword)

Completed in 41 milliseconds