HomeSort by relevance Sort by last modified time
    Searched defs:client_port (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/plugins/radius/
radius.c 112 int client_port; member in struct:radius_state
276 rstate.client_port = get_client_port(portnummap ? devnam : ifname);
298 rstate.client_port, send,
301 result = rc_auth(rstate.client_port, send, &received, radius_msg, NULL);
376 rstate.client_port = get_client_port (portnummap ? devnam : ifname);
469 rstate.client_port, send,
472 result = rc_auth(rstate.client_port, send, &received, radius_msg,
944 rstate.client_port, send);
946 result = rc_acct(rstate.client_port, send);
1099 rstate.client_port, send)
    [all...]
  /external/toybox/toys/pending/
dhcpd.c 272 uint32_t client_port; member in struct:server_state_s
885 packet.udph.dest = gstate.client_port; //CLIENT_PORT
937 packet.udph.dest = gstate.client_port; //CLIENT_PORT
966 memcpy(&gstate.client_port, &c_addr.sin6_port, sizeof(uint32_t));
990 memcpy(&gstate.client_port, &c_addr.sin_port, sizeof(uint32_t));
    [all...]

Completed in 513 milliseconds