Home
last modified time | relevance | path

Searched refs:IPPORT_BOOTPC (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dbootp.h53 #define IPPORT_BOOTPC 68 macro
H A Dbootp.c169 d->myport = htons(IPPORT_BOOTPC); in bootp()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rport.c57 { IPPORT_BOOTPC, "BOOTPC" },
371 case IPPORT_BOOTPC: 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/stand/lib/inet/
H A Ddhcpv4.c337 saddr.sin_port = htons(IPPORT_BOOTPC); in inet()
342 s_n, IPPORT_BOOTPC, errno); in inet()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.c1572 if (!bind_sock(v4_sock_fd, IPPORT_BOOTPC, INADDR_ANY)) { in dhcp_ip_default()
1575 IPPORT_BOOTPC); in dhcp_ip_default()
H A Dinterface.c1352 if (!bind_sock(lif->lif_sock_ip_fd, IPPORT_BOOTPC, addr_hbo)) { in open_ip_lif()
/illumos-gate/usr/src/uts/common/netinet/
H A Din.h214 #define IPPORT_BOOTPC 68 macro
/illumos-gate/usr/src/lib/varpd/libvarpd/common/
H A Dlibvarpd_arp.c560 if (ntohs(udp->uh_sport) != IPPORT_BOOTPC || in libvarpd_plugin_proxy_dhcp()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c335 client = htons(IPPORT_BOOTPC); in get_dhcpv4_info()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_input.c513 if (ntohs(udpha->uha_dst_port) == IPPORT_BOOTPC) { in ill_input_full_v4()