Home
last modified time | relevance | path

Searched refs:HCMAGIC (Results 1 – 2 of 2) sorted by relevance

/dragonfly/bin/cpdup/
H A Dhclink.c171 if (tmp.magic == HCMAGIC) { in hcc_read_command()
175 if (tmp.magic != HCMAGIC) in hcc_read_command()
218 whead->magic = HCMAGIC; in hcc_start_command()
236 whead->magic = HCMAGIC; in hcc_start_reply()
H A Dhclink.h51 #define HCMAGIC 0x48435052 /* compatible byte ordering */ macro