Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rport.c55 { IPPORT_BOOTPS, "BOOTPS" },
371 case IPPORT_BOOTPS: in interpret_reserved()
H A Dsnoop_filter.c2330 (IPPORT_BOOTPS << 16) | IPPORT_BOOTPC); in primary()
2334 (IPPORT_BOOTPC << 16) | IPPORT_BOOTPS); in primary()
/titanic_44/usr/src/uts/common/netinet/
H A Din.h211 #define IPPORT_BOOTPS 67 macro
/titanic_44/usr/src/stand/lib/inet/
H A Ddhcpv4.c355 daddr.sin_port = htons(IPPORT_BOOTPS); in inet()
/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.c1040 dsmp->dsm_send_dest.v4.sin_port = htons(IPPORT_BOOTPS); in send_pkt()
/titanic_44/usr/src/uts/common/io/mac/
H A Dmac_protect.c336 server = htons(IPPORT_BOOTPS); in get_dhcpv4_info()