Searched refs:chaddr (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_dhcp.c | 188 (void) sprintf(get_line((char *)dp->chaddr - in interpret_dhcp() 191 dp->chaddr[0], in interpret_dhcp() 192 dp->chaddr[1], in interpret_dhcp() 193 dp->chaddr[2], in interpret_dhcp() 194 dp->chaddr[3], in interpret_dhcp() 195 dp->chaddr[4], in interpret_dhcp() 196 dp->chaddr[5]); in interpret_dhcp()
|
/titanic_44/usr/src/cmd/mdb/common/modules/sctp/ |
H A D | sctp.c | 392 uintptr_t chaddr; in sctp_istr_msgs() local 410 chaddr = (uintptr_t)dmp.b_rptr; in sctp_istr_msgs() 411 if (mdb_vread(&dp, sizeof (dp), chaddr) == -1) in sctp_istr_msgs() 439 uintptr_t chaddr; in sctp_reass_list() local 467 chaddr = (uintptr_t)dmp.b_rptr; in sctp_reass_list() 468 if (mdb_vread(&dp, sizeof (dp), chaddr) == -1) in sctp_reass_list() 492 uintptr_t chaddr; in sctp_uo_reass_list() local 507 chaddr = (uintptr_t)dmp.b_rptr; in sctp_uo_reass_list() 508 if (mdb_vread(&dp, sizeof (dp), chaddr) == -1) in sctp_uo_reass_list()
|
/titanic_44/usr/src/uts/common/netinet/ |
H A D | dhcp.h | 194 uint8_t chaddr[16]; /* Client hardware addr */ member
|
/titanic_44/usr/src/stand/lib/inet/ |
H A D | dhcpv4.c | 140 if (len <= sizeof (p->chaddr)) { in set_hw_spec_data() 142 bcopy(mac_get_addr_buf(), p->chaddr, len); in set_hw_spec_data() 261 bcmp((caddr_t)s->chaddr, (caddr_t)r->chaddr, s->hlen) == 0) { in bootp_collect()
|
/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | packet.c | 238 if (pif->pif_hwlen <= sizeof (v4->chaddr)) { in init_pkt() 240 (void) memcpy(v4->chaddr, pif->pif_hwaddr, in init_pkt()
|
H A D | dhcpagent.dfl | 83 # (and hence, the chaddr field is used by the DHCP server as the
|
/titanic_44/usr/src/uts/common/io/mac/ |
H A D | mac_protect.c | 2046 bcmp(mcip->mci_unicast->ma_addr, dh4->chaddr, maclen) != 0) { in dhcpnospoof_check_v4()
|