Home
last modified time | relevance | path

Searched refs:remote_station_addr (Results 1 – 4 of 4) sorted by relevance

/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzxbusd.c149 char remote_station_addr[] = { 0x61, 0x89, 0x00, 0x00 }; /* *** temp kludge */ variable
740 io->ad.dts->remote_station_addr[0] = 0x61; /* three nibbles long (padded with zeroes) */ in zxbusd_main()
741 io->ad.dts->remote_station_addr[1] = 0x23; in zxbusd_main()
742 io->ad.dts->remote_station_addr[2] = 0x00; in zxbusd_main()
743 io->ad.dts->remote_station_addr[3] = 0x00; in zxbusd_main()
H A Dhinet.c638 io->ad.dts->remote_station_addr[0] = 0x61; /* three nibbles long (padded with zeroes) */ in hi_accept_book()
639 io->ad.dts->remote_station_addr[1] = 0x45; in hi_accept_book()
640 io->ad.dts->remote_station_addr[2] = 0x00; in hi_accept_book()
641 io->ad.dts->remote_station_addr[3] = 0x00; in hi_accept_book()
H A Dhiproto.h122 char remote_station_addr[4]; member
H A Dsmtp.c33 extern char remote_station_addr[];
42 memcpy(resp->m + 7, /*io->ad.dts->remote_station_addr*/ remote_station_addr, 4);