Searched refs:BOOTP_VENDOR_MAGIC (Results 1 – 1 of 1) sorted by relevance
24 #define BOOTP_VENDOR_MAGIC 0x63825363 /* RFC1048 Magic Cookie */ macro374 if (net_read_u32((u32 *)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in bootp_handler()924 if (net_read_u32((u32 *)&bp->bp_vend[0]) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_packet_process_options()950 if (net_read_u32((u32 *)popt) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_message_type()