Lines Matching defs:gateway
208 * This is only relevant for checking the gateway when the gateway type is 3
217 char* gateway;
218 gateway = (char*)calloc(slen, sizeof(char));
219 if(!gateway) {
224 &precedence, &gateway_type, &algorithm, gateway) != 4) {
225 free(gateway);
229 free(gateway);
232 if(domainname_has_safe_characters(gateway, slen)) {
233 free(gateway);
236 free(gateway);