Symbol: dsr
sys/arch/alpha/alpha/machdep.c
845
struct dsrdb *dsr;
sys/arch/alpha/alpha/machdep.c
854
dsr = (struct dsrdb *)(((caddr_t)hwrpb) + hwrpb->rpb_dsrdb_off);
sys/arch/alpha/alpha/machdep.c
855
sysname = (const char *)((caddr_t)dsr + (dsr->dsr_sysname_off +
sys/dev/usb/ukspan.c
118
uint8_t dsr;
usr.sbin/dhcrelay6/dhcrelay6.c
487
struct dhcp6_relay_packet *dsr;
usr.sbin/dhcrelay6/dhcrelay6.c
507
dhcplen = sizeof(*dsr) + railen + remotelen + sizeof(*dso) + *plen;
usr.sbin/dhcrelay6/dhcrelay6.c
516
optoff = sizeof(*dsr) + railen + remotelen + sizeof(*dso);
usr.sbin/dhcrelay6/dhcrelay6.c
520
dsr = (struct dhcp6_relay_packet *)p;
usr.sbin/dhcrelay6/dhcrelay6.c
521
dsr->dsr_msgtype = DHCP6_MT_RELAYFORW;
usr.sbin/dhcrelay6/dhcrelay6.c
530
dsr->dsr_hopcount = 0;
usr.sbin/dhcrelay6/dhcrelay6.c
532
dsr->dsr_hopcount = DHCP6_HOP_LIMIT;
usr.sbin/dhcrelay6/dhcrelay6.c
540
dsr->dsr_linkaddr = intf->linklocal;
usr.sbin/dhcrelay6/dhcrelay6.c
542
memcpy(&dsr->dsr_peer, &ss2sin6(&pc->pc_src)->sin6_addr,
usr.sbin/dhcrelay6/dhcrelay6.c
543
sizeof(dsr->dsr_peer));
usr.sbin/dhcrelay6/dhcrelay6.c
547
dso = dsr->dsr_options;
usr.sbin/dhcrelay6/dhcrelay6.c
556
((uint8_t *)dsr->dsr_options + railen);
usr.sbin/dhcrelay6/dhcrelay6.c
568
((uint8_t *)dsr->dsr_options + railen + remotelen);
usr.sbin/dhcrelay6/dhcrelay6.c
582
struct dhcp6_relay_packet *dsr = (struct dhcp6_relay_packet *)p;
usr.sbin/dhcrelay6/dhcrelay6.c
594
if (dsr->dsr_msgtype != DHCP6_MT_RELAYREPL) {
usr.sbin/dhcrelay6/dhcrelay6.c
596
dhcp6type2str(dsr->dsr_msgtype));
usr.sbin/dhcrelay6/dhcrelay6.c
601
ss2sin6(&pc->pc_dst)->sin6_addr = dsr->dsr_peer;
usr.sbin/dhcrelay6/dhcrelay6.c
602
linkaddr = dsr->dsr_linkaddr;
usr.sbin/dhcrelay6/dhcrelay6.c
604
dso = dsr->dsr_options;
usr.sbin/dhcrelay6/dhcrelay6.c
605
pleft -= sizeof(*dsr);
usr.sbin/dhcrelay6/dhcrelay6.c
750
struct dhcp6_relay_packet *dsr = (struct dhcp6_relay_packet *)p;
usr.sbin/dhcrelay6/dhcrelay6.c
845
hopcount = dsr->dsr_hopcount + 1;
usr.sbin/dhcrelay6/dhcrelay6.c
858
dsr = (struct dhcp6_relay_packet *)p;
usr.sbin/dhcrelay6/dhcrelay6.c
859
dsr->dsr_msgtype = msgtype;
usr.sbin/dhcrelay6/dhcrelay6.c
860
dsr->dsr_peer = ss2sin6(&pc->pc_src)->sin6_addr;
usr.sbin/dhcrelay6/dhcrelay6.c
861
dsr->dsr_hopcount = hopcount;