Searched defs:p2p_interface (Results 1 - 1 of 1) sorted by relevance

/external/dhcpcd/
H A Ddhcpcd.c1807 char p2p_interface[PROPERTY_KEY_MAX]; local
1973 strncpy(p2p_interface, "p2p", sizeof(p2p_interface));
1975 strncpy(p2p_interface, argv[optind], sizeof(p2p_interface));
1980 "dhcp.%s.pid", p2p_interface) >= PROPERTY_KEY_MAX)
2060 strncpy(p2p_interface, "p2p", sizeof(p2p_interface));
2062 strncpy(p2p_interface, argv[optind], sizeof(p2p_interface));
[all...]

Completed in 67 milliseconds