Home
last modified time | relevance | path

Searched refs:dhcp (Results 1 – 22 of 22) sorted by relevance

/openbsd/sys/arch/amd64/stand/efiboot/
H A Defipxe.c68 EFI_PXE_BASE_CODE_DHCPV4_PACKET *dhcp; in efi_pxeprobe() local
87 dhcp = (EFI_PXE_BASE_CODE_DHCPV4_PACKET *)&pxe->Mode->DhcpAck; in efi_pxeprobe()
88 memcpy(&bootip, dhcp->BootpYiAddr, sizeof(bootip)); in efi_pxeprobe()
89 memcpy(&servip, dhcp->BootpSiAddr, sizeof(servip)); in efi_pxeprobe()
90 memcpy(boothw, dhcp->BootpHwAddr, sizeof(boothw)); in efi_pxeprobe()
/openbsd/usr.sbin/dhcpd/
H A DMakefile5 SRCS= bootp.c confpars.c db.c dhcp.c dhcpd.c bpf.c packet.c log.c \
10 MAN= dhcpd.8 dhcpd.conf.5 dhcpd.leases.5 dhcp-options.5
H A Doptions.c555 dhcp(&tp, interface->is_udpsock); in do_packet()
H A Ddhcpd.h382 void dhcp(struct packet *, int);
H A Ddhcp.c66 dhcp(struct packet *packet, int is_udpsock) in dhcp() function
/openbsd/sys/arch/arm64/stand/efiboot/
H A Defipxe.c91 EFI_PXE_BASE_CODE_DHCPV4_PACKET *dhcp; in efi_pxeprobe() local
122 dhcp = (EFI_PXE_BASE_CODE_DHCPV4_PACKET *)&pxe->Mode->DhcpAck; in efi_pxeprobe()
123 memcpy(&bootip, dhcp->BootpYiAddr, sizeof(bootip)); in efi_pxeprobe()
124 memcpy(&servip, dhcp->BootpSiAddr, sizeof(servip)); in efi_pxeprobe()
125 memcpy(&gateip, dhcp->BootpSiAddr, sizeof(gateip)); in efi_pxeprobe()
126 memcpy(boothw, dhcp->BootpHwAddr, sizeof(boothw)); in efi_pxeprobe()
/openbsd/sys/arch/armv7/stand/efiboot/
H A Defipxe.c91 EFI_PXE_BASE_CODE_DHCPV4_PACKET *dhcp; in efi_pxeprobe() local
122 dhcp = (EFI_PXE_BASE_CODE_DHCPV4_PACKET *)&pxe->Mode->DhcpAck; in efi_pxeprobe()
123 memcpy(&bootip, dhcp->BootpYiAddr, sizeof(bootip)); in efi_pxeprobe()
124 memcpy(&servip, dhcp->BootpSiAddr, sizeof(servip)); in efi_pxeprobe()
125 memcpy(&gateip, dhcp->BootpSiAddr, sizeof(gateip)); in efi_pxeprobe()
126 memcpy(boothw, dhcp->BootpHwAddr, sizeof(boothw)); in efi_pxeprobe()
/openbsd/sys/arch/riscv64/stand/efiboot/
H A Defipxe.c91 EFI_PXE_BASE_CODE_DHCPV4_PACKET *dhcp; in efi_pxeprobe() local
122 dhcp = (EFI_PXE_BASE_CODE_DHCPV4_PACKET *)&pxe->Mode->DhcpAck; in efi_pxeprobe()
123 memcpy(&bootip, dhcp->BootpYiAddr, sizeof(bootip)); in efi_pxeprobe()
124 memcpy(&servip, dhcp->BootpSiAddr, sizeof(servip)); in efi_pxeprobe()
125 memcpy(&gateip, dhcp->BootpSiAddr, sizeof(gateip)); in efi_pxeprobe()
126 memcpy(boothw, dhcp->BootpHwAddr, sizeof(boothw)); in efi_pxeprobe()
/openbsd/share/snmp/
H A DIANA-RTPROTO-MIB.txt38 DESCRIPTION "Added dhcp(19)."
77 dhcp (19), -- DHCP [RFC2132]
H A DIP-MIB.txt68 dhcp(4) indicates an address that was assigned to this
81 dhcp(4),
155 dhcp(4) indicates a prefix that was assigned by a DHCP
169 dhcp(4),
/openbsd/distrib/notes/alpha/
H A Dinstall47 Booting from a bootp or dhcp server:
75 for the machine in the dhcp example above would be
98 MOP or dhcp server) will need to run nfsd, mountd, and the
/openbsd/usr.sbin/vmd/
H A DMakefile7 SRCS+= pci.c virtio.c dhcp.c packet.c parse.y atomicio.c
/openbsd/distrib/miniroot/
H A Dinstall.sub952 ifconfig $_if group dhcp >/dev/null 2>&1
1092 if [[ -n $2 ]] && ! isin $_if $(get_ifs dhcp); then
1099 ifconfig $_if -group dhcp >/dev/null 2>&1
1107 a|autoconf|dhcp)
2185 if ifconfig dhcp >/dev/null 2>&1 && [[ $NIFS == 1 && -z $_dn ]]; then
2189 set -- $(get_ifs dhcp)
2207 if ifconfig dhcp >/dev/null 2>&1 && [[ $NIFS == 1 && -n $_ns ]]; then
2499 dhcp) ! $_has_dhcp && return
/openbsd/distrib/notes/macppc/
H A Dprep45 (netboot from a pre-configured dhcp/tftp/nfs
48 as specified by the "next-server" and "root-path" dhcp
/openbsd/etc/
H A Dnetstart82 dhcp) _cmds[${#_cmds[*]}]="ifconfig $_if inet autoconf"
/openbsd/sbin/dhcpleased/
H A Dengine.c724 parse_dhcp(struct dhcpleased_iface *iface, struct imsg_dhcp *dhcp) in parse_dhcp() argument
767 p = dhcp->packet; in parse_dhcp()
768 rem = dhcp->len; in parse_dhcp()
799 if ((dhcp->csumflags & M_IPV4_CSUM_IN_OK) == 0 && in parse_dhcp()
846 if ((dhcp->csumflags & M_UDP_CSUM_IN_OK) == 0) { in parse_dhcp()
/openbsd/distrib/notes/octeon/
H A Dprep67 # dhcp
/openbsd/sbin/dhcp6leased/
H A Dengine.c704 parse_dhcp(struct dhcp6leased_iface *iface, struct imsg_dhcp *dhcp) in parse_dhcp() argument
737 p = dhcp->packet; in parse_dhcp()
738 rem = dhcp->len; in parse_dhcp()
/openbsd/distrib/notes/
H A Dm4.common344 should be obtained from a DHCP server, simply enter "dhcp"
/openbsd/distrib/sets/lists/man/
H A Dmi2241 ./usr/share/man/man5/dhcp-options.5
/openbsd/gnu/usr.bin/cvs/src/
H A DChangeLog1091 2000-09-06 Jim Kingdon <jkingdon@dhcp-net200-89.su.valinux.com>
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.68521 2001-10-13 Michael Collison <collison@dhcp-12-114.townisp.com>