Home
last modified time | relevance | path

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

/dports/net-mgmt/ap-utils/ap-utils-1.4.1/ap-gl/
H A Dauth_mac.c92 …int radius_port, radius_time, radius_dest_port, m_radius_port=0, m_radius_time=0, m_radius_dest_po… in atmel_auth_mac() local
132 memcpy(&radius_dest_port, varbinds[2].value, 2); in atmel_auth_mac()
133 radius_dest_port = ntohs(radius_dest_port); in atmel_auth_mac()
208 sprintf(message, "%s%d", RADIUS_DEST_PORT, radius_dest_port); in atmel_auth_mac()
250 radius_dest_port = atoi(message); in atmel_auth_mac()
359 radius_dest_port = htons(radius_dest_port); in atmel_auth_mac()
360 varbinds[i].value = (char *) &radius_dest_port; in atmel_auth_mac()