Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_peer/
Dtncc.c1176 char *machinename = "wpa_supplicant@w1.fi"; in tncc_build_soh() local
1245 wpabuf_put_be16(buf, os_strlen(machinename) + 1); in tncc_build_soh()
1246 wpabuf_put_data(buf, machinename, os_strlen(machinename) + 1); in tncc_build_soh()
/external/python/cpython2/Demo/rpc/
Drpc.py53 def pack_auth_unix(self, stamp, machinename, uid, gid, gids): argument
55 self.pack_string(machinename)