Home
last modified time | relevance | path

Searched refs:IPPORT_BOOTPS (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dbootp.h52 #define IPPORT_BOOTPS 67 macro
H A Dbootp.c171 d->destport = htons(IPPORT_BOOTPS); in bootp()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rport.c56 { IPPORT_BOOTPS, "BOOTPS" },
370 case IPPORT_BOOTPS: in interpret_reserved()
H A Dsnoop_filter.c2331 (IPPORT_BOOTPS << 16) | IPPORT_BOOTPC); in primary()
2335 (IPPORT_BOOTPC << 16) | IPPORT_BOOTPS); in primary()
/illumos-gate/usr/src/lib/varpd/libvarpd/common/
H A Dlibvarpd_arp.c561 ntohs(udp->uh_dport) != IPPORT_BOOTPS) { in libvarpd_plugin_proxy_dhcp()
/illumos-gate/usr/src/uts/common/netinet/
H A Din.h217 #define IPPORT_BOOTPS 67 macro
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c355 daddr.sin_port = htons(IPPORT_BOOTPS); in inet()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.c1073 dsmp->dsm_send_dest.v4.sin_port = htons(IPPORT_BOOTPS); in send_pkt()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c336 server = htons(IPPORT_BOOTPS); in get_dhcpv4_info()