Searched refs:addroff (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/io/ |
H A D | sundlpi.c | 409 int addrlen, addroff; in dl_info() local 422 addroff = dliap->dl_addr_offset; in dl_info() 423 if (addroff == 0 || addrlen <= 0 || addrlen > *physlenp || in dl_info() 424 !MBLKIN(mp, addroff, dliap->dl_addr_length)) { in dl_info() 426 "bad length/offset %d/%d", addrlen, addroff); in dl_info() 432 addroff += dliap->dl_sap_length; in dl_info() 433 bcopy(mp->b_rptr + addroff, physaddr, addrlen); in dl_info()
|
/titanic_44/usr/src/uts/common/io/softmac/ |
H A D | softmac_ctl.c | 217 uint_t addroff, addrlen; in softmac_process_notify_ind() local 226 addroff = dlnip->dl_addr_offset; in softmac_process_notify_ind() 228 if (addroff == 0 || addrlen != softmac->smac_addrlen || in softmac_process_notify_ind() 229 !MBLKIN(mp, addroff, addrlen)) { in softmac_process_notify_ind() 232 addrlen, addroff); in softmac_process_notify_ind() 236 mac_unicst_update(softmac->smac_mh, mp->b_rptr + addroff); in softmac_process_notify_ind()
|
/titanic_44/usr/src/uts/common/vm/ |
H A D | seg_map.c | 597 u_offset_t addroff; in segmap_fault() local 647 addroff = (u_offset_t)((uintptr_t)addr & MAXBOFFSET); in segmap_fault() 648 if (addroff + len > MAXBSIZE) in segmap_fault() 652 off = sm_off + addroff; in segmap_fault() 687 addroff = (u_offset_t)((uintptr_t)addr & MAXBOFFSET); in segmap_fault() 688 if (addroff + len > MAXBSIZE) { in segmap_fault() 693 off = sm_off + addroff; in segmap_fault()
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ip_multi.c | 821 uint32_t addrlen, addroff; in ip_ll_send_multireq() local 844 mp = ill_create_dl(ill, prim, &addrlen, &addroff); in ip_ll_send_multireq() 850 mp = ndp_mcastreq(ill, v6groupp, addrlen, addroff, mp); in ip_ll_send_multireq() 1022 uint32_t addrlen, addroff; in ill_join_allmulti() local 1068 &addrlen, &addroff); in ill_join_allmulti() 1071 &addrlen, &addroff); in ill_join_allmulti()
|
H A D | ip_if.c | 17897 uint_t addrlen, addroff; in ill_set_phys_addr_tail() local 17902 addroff = dlindp->dl_addr_offset; in ill_set_phys_addr_tail() 17907 ill_set_ndmp(ill, addrmp, addroff, addrlen); in ill_set_phys_addr_tail() 17913 ill->ill_dest_addr = addrmp->b_rptr + addroff; in ill_set_phys_addr_tail() 17924 ill->ill_phys_addr = addrmp->b_rptr + addroff; in ill_set_phys_addr_tail() 17928 ill_set_ndmp(ill, addrmp2, addroff, addrlen); in ill_set_phys_addr_tail() 17962 ill_set_ndmp(ill_t *ill, mblk_t *ndmp, uint_t addroff, uint_t addrlen) in ill_set_ndmp() argument 17965 ill->ill_nd_lla = ndmp->b_rptr + addroff; in ill_set_ndmp()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | expound.c | 3482 const char *str, long addroff, long lenoff, long len) in show_sockaddr() argument 3505 if (Pread(Proc, buf, len, addroff) != len) in show_sockaddr()
|