Searched refs:his_ip_address (Results 1 – 1 of 1) sorted by relevance
411 u_long his_ip_address, my_ip_address; in sppp_fr_arp() local442 his_ip_address = ntohs (req->psource1) << 16 | in sppp_fr_arp()451 (unsigned char) (his_ip_address >> 24), in sppp_fr_arp()452 (unsigned char) (his_ip_address >> 16), in sppp_fr_arp()453 (unsigned char) (his_ip_address >> 8), in sppp_fr_arp()454 (unsigned char) his_ip_address, in sppp_fr_arp()473 (unsigned char) (his_ip_address >> 24), in sppp_fr_arp()474 (unsigned char) (his_ip_address >> 16), in sppp_fr_arp()475 (unsigned char) (his_ip_address >> 8), in sppp_fr_arp()476 (unsigned char) his_ip_address); in sppp_fr_arp()[all …]