HomeSort by relevance Sort by last modified time
    Searched refs:from_port (Results 1 - 11 of 11) sorted by null

  /external/wpa_supplicant_8/src/radius/
radius_das.c 35 int from_port)
69 abuf, from_port);
80 abuf, from_port);
92 abuf, from_port);
114 "'%s' from %s:%d", tmp, abuf, from_port);
149 abuf, from_port);
154 "%s:%d", abuf, from_port);
160 abuf, from_port);
198 int from_port = 0; local
217 from_port = ntohs(from.sin.sin_port)
    [all...]
radius_server.c 931 const char *from_addr, int from_port)
940 from_addr, from_port);
992 const char *from_addr, int from_port,
1022 from_addr, from_port);
1030 from_addr, from_port);
1035 if (sess->last_from_port == from_port &&
1101 sess->last_from_port = from_port;
1130 RADIUS_DEBUG("Reply to %s:%d", from_addr, from_port);
1161 sess->last_from_port = from_port;
1201 int from_port = 0 local
1311 int from_port = 0; local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
securitygroup.py 97 def add_rule(self, ip_protocol, from_port, to_port,
107 rule.from_port = from_port
118 def remove_rule(self, ip_protocol, from_port, to_port,
132 if rule.from_port == from_port:
146 def authorize(self, ip_protocol=None, from_port=None, to_port=None,
151 OR ip_protocol, from_port, to_port,
158 :type from_port: int
159 :param from_port: The beginning port number you are enablin
    [all...]
connection.py     [all...]
  /device/google/dragon/audio/hal/
cras_dsp_ini.h 59 int from_port; member in struct:flow
cras_dsp_ini.c 187 pport = &flow->from_port;
cras_dsp_pipeline.c 184 index = flow->from_port;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/
networkacl.py 148 self.from_port = None
152 return 'PortRange:(%s-%s)' % ( self.from_port, self.to_port)
160 self.from_port = value
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_securitygroup.py 196 from_port='80',
  /external/avahi/avahi-compat-howl/include/corby/
channel.h 135 sw_port * from_port);
  /external/avahi/avahi-compat-howl/
unsupported.c 853 AVAHI_GCC_UNUSED sw_port * from_port) {

Completed in 309 milliseconds