Home
last modified time | relevance | path

Searched refs:BOOTP_VENDOR_MAGIC (Results 1 – 25 of 70) sorted by relevance

123

/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/net/
H A Dbootp.c21 #define BOOTP_VENDOR_MAGIC 0x63825363 /* RFC1048 Magic Cookie */ macro
308 if (NetReadLong((ulong*)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in BootpHandler()
783 if (NetReadLong((ulong*)popt) != htonl(BOOTP_VENDOR_MAGIC)) in DhcpMessageType()
888 if (NetReadLong((ulong*)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in DhcpHandler()
905 if (NetReadLong((ulong*)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in DhcpHandler()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/net/
H A Dbootp.c21 #define BOOTP_VENDOR_MAGIC 0x63825363 /* RFC1048 Magic Cookie */ macro
308 if (NetReadLong((ulong*)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in BootpHandler()
783 if (NetReadLong((ulong*)popt) != htonl(BOOTP_VENDOR_MAGIC)) in DhcpMessageType()
888 if (NetReadLong((ulong*)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in DhcpHandler()
905 if (NetReadLong((ulong*)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in DhcpHandler()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/net/
H A Dbootp.c21 #define BOOTP_VENDOR_MAGIC 0x63825363 /* RFC1048 Magic Cookie */ macro
308 if (NetReadLong((ulong*)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in BootpHandler()
783 if (NetReadLong((ulong*)popt) != htonl(BOOTP_VENDOR_MAGIC)) in DhcpMessageType()
888 if (NetReadLong((ulong*)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in DhcpHandler()
905 if (NetReadLong((ulong*)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in DhcpHandler()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/net/
H A Dbootp.c21 #define BOOTP_VENDOR_MAGIC 0x63825363 /* RFC1048 Magic Cookie */ macro
308 if (NetReadLong((ulong*)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in BootpHandler()
783 if (NetReadLong((ulong*)popt) != htonl(BOOTP_VENDOR_MAGIC)) in DhcpMessageType()
888 if (NetReadLong((ulong*)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in DhcpHandler()
905 if (NetReadLong((ulong*)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in DhcpHandler()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/net/
H A Dbootp.c21 #define BOOTP_VENDOR_MAGIC 0x63825363 /* RFC1048 Magic Cookie */ macro
308 if (NetReadLong((ulong*)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in BootpHandler()
783 if (NetReadLong((ulong*)popt) != htonl(BOOTP_VENDOR_MAGIC)) in DhcpMessageType()
888 if (NetReadLong((ulong*)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in DhcpHandler()
905 if (NetReadLong((ulong*)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in DhcpHandler()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/net/
H A Dbootp.c21 #define BOOTP_VENDOR_MAGIC 0x63825363 /* RFC1048 Magic Cookie */ macro
308 if (NetReadLong((ulong*)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in BootpHandler()
783 if (NetReadLong((ulong*)popt) != htonl(BOOTP_VENDOR_MAGIC)) in DhcpMessageType()
888 if (NetReadLong((ulong*)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in DhcpHandler()
905 if (NetReadLong((ulong*)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in DhcpHandler()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/net/
H A Dbootp.c21 #define BOOTP_VENDOR_MAGIC 0x63825363 /* RFC1048 Magic Cookie */ macro
308 if (NetReadLong((ulong*)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in BootpHandler()
783 if (NetReadLong((ulong*)popt) != htonl(BOOTP_VENDOR_MAGIC)) in DhcpMessageType()
888 if (NetReadLong((ulong*)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in DhcpHandler()
905 if (NetReadLong((ulong*)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in DhcpHandler()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/net/
H A Dbootp.c24 #define BOOTP_VENDOR_MAGIC 0x63825363 /* RFC1048 Magic Cookie */ macro
359 if (net_read_u32((u32 *)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in bootp_handler()
872 if (net_read_u32((u32 *)popt) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_message_type()
986 htonl(BOOTP_VENDOR_MAGIC)) in dhcp_handler()
1002 htonl(BOOTP_VENDOR_MAGIC)) in dhcp_handler()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/net/
H A Dbootp.c24 #define BOOTP_VENDOR_MAGIC 0x63825363 /* RFC1048 Magic Cookie */ macro
374 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()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/net/
H A Dbootp.c30 #define BOOTP_VENDOR_MAGIC 0x63825363 /* RFC1048 Magic Cookie */ macro
387 if (net_read_u32((u32 *)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in bootp_handler()
937 if (net_read_u32((u32 *)&bp->bp_vend[0]) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_packet_process_options()
963 if (net_read_u32((u32 *)popt) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_message_type()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/net/
H A Dbootp.c30 #define BOOTP_VENDOR_MAGIC 0x63825363 /* RFC1048 Magic Cookie */ macro
387 if (net_read_u32((u32 *)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in bootp_handler()
937 if (net_read_u32((u32 *)&bp->bp_vend[0]) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_packet_process_options()
963 if (net_read_u32((u32 *)popt) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_message_type()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/net/
H A Dbootp.c30 #define BOOTP_VENDOR_MAGIC 0x63825363 /* RFC1048 Magic Cookie */ macro
387 if (net_read_u32((u32 *)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in bootp_handler()
937 if (net_read_u32((u32 *)&bp->bp_vend[0]) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_packet_process_options()
963 if (net_read_u32((u32 *)popt) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_message_type()
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/net/
H A Dbootp.c30 #define BOOTP_VENDOR_MAGIC 0x63825363 /* RFC1048 Magic Cookie */ macro
387 if (net_read_u32((u32 *)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in bootp_handler()
937 if (net_read_u32((u32 *)&bp->bp_vend[0]) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_packet_process_options()
963 if (net_read_u32((u32 *)popt) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_message_type()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/net/
H A Dbootp.c24 #define BOOTP_VENDOR_MAGIC 0x63825363 /* RFC1048 Magic Cookie */ macro
374 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()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/net/
H A Dbootp.c30 #define BOOTP_VENDOR_MAGIC 0x63825363 /* RFC1048 Magic Cookie */ macro
387 if (net_read_u32((u32 *)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in bootp_handler()
937 if (net_read_u32((u32 *)&bp->bp_vend[0]) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_packet_process_options()
963 if (net_read_u32((u32 *)popt) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_message_type()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/net/
H A Dbootp.c30 #define BOOTP_VENDOR_MAGIC 0x63825363 /* RFC1048 Magic Cookie */ macro
387 if (net_read_u32((u32 *)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in bootp_handler()
937 if (net_read_u32((u32 *)&bp->bp_vend[0]) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_packet_process_options()
963 if (net_read_u32((u32 *)popt) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_message_type()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/net/
H A Dbootp.c30 #define BOOTP_VENDOR_MAGIC 0x63825363 /* RFC1048 Magic Cookie */ macro
387 if (net_read_u32((u32 *)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in bootp_handler()
937 if (net_read_u32((u32 *)&bp->bp_vend[0]) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_packet_process_options()
963 if (net_read_u32((u32 *)popt) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_message_type()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/net/
H A Dbootp.c30 #define BOOTP_VENDOR_MAGIC 0x63825363 /* RFC1048 Magic Cookie */ macro
387 if (net_read_u32((u32 *)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in bootp_handler()
937 if (net_read_u32((u32 *)&bp->bp_vend[0]) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_packet_process_options()
963 if (net_read_u32((u32 *)popt) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_message_type()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/net/
H A Dbootp.c30 #define BOOTP_VENDOR_MAGIC 0x63825363 /* RFC1048 Magic Cookie */ macro
387 if (net_read_u32((u32 *)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in bootp_handler()
937 if (net_read_u32((u32 *)&bp->bp_vend[0]) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_packet_process_options()
963 if (net_read_u32((u32 *)popt) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_message_type()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/net/
H A Dbootp.c30 #define BOOTP_VENDOR_MAGIC 0x63825363 /* RFC1048 Magic Cookie */ macro
387 if (net_read_u32((u32 *)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in bootp_handler()
937 if (net_read_u32((u32 *)&bp->bp_vend[0]) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_packet_process_options()
963 if (net_read_u32((u32 *)popt) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_message_type()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/net/
H A Dbootp.c24 #define BOOTP_VENDOR_MAGIC 0x63825363 /* RFC1048 Magic Cookie */ macro
374 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()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/net/
H A Dbootp.c30 #define BOOTP_VENDOR_MAGIC 0x63825363 /* RFC1048 Magic Cookie */ macro
387 if (net_read_u32((u32 *)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in bootp_handler()
937 if (net_read_u32((u32 *)&bp->bp_vend[0]) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_packet_process_options()
963 if (net_read_u32((u32 *)popt) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_message_type()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/net/
H A Dbootp.c30 #define BOOTP_VENDOR_MAGIC 0x63825363 /* RFC1048 Magic Cookie */ macro
387 if (net_read_u32((u32 *)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in bootp_handler()
937 if (net_read_u32((u32 *)&bp->bp_vend[0]) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_packet_process_options()
963 if (net_read_u32((u32 *)popt) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_message_type()
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/net/
H A Dbootp.c30 #define BOOTP_VENDOR_MAGIC 0x63825363 /* RFC1048 Magic Cookie */ macro
387 if (net_read_u32((u32 *)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in bootp_handler()
937 if (net_read_u32((u32 *)&bp->bp_vend[0]) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_packet_process_options()
963 if (net_read_u32((u32 *)popt) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_message_type()
/dports/sysutils/u-boot-chip/u-boot-2021.07/net/
H A Dbootp.c30 #define BOOTP_VENDOR_MAGIC 0x63825363 /* RFC1048 Magic Cookie */ macro
387 if (net_read_u32((u32 *)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in bootp_handler()
937 if (net_read_u32((u32 *)&bp->bp_vend[0]) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_packet_process_options()
963 if (net_read_u32((u32 *)popt) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_message_type()

123