Home | History | Annotate | Download | only in dhcpcd

Lines Matching refs:p2p_interface

1807 	char p2p_interface[PROPERTY_KEY_MAX];
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));
2067 "dhcp.%s.pid", p2p_interface) >= PROPERTY_KEY_MAX)