Lines Matching defs:gateway
25 unsigned int gateway;
53 gateway = token.value.as_ulong;
70 switch (gateway) {
118 unsigned short gateway;
143 gateway = uint8_fromregion(®ion);
145 snprintf(buf, sizeof(buf), "%u ", gateway);
159 switch (gateway) {
311 dns_name_toregion(&ipseckey->gateway, ®ion);
365 dns_name_init(&ipseckey->gateway, NULL);
367 RETERR(name_duporclone(&name, mctx, &ipseckey->gateway));
378 dns_name_free(&ipseckey->gateway,
400 dns_name_free(&ipseckey->gateway, ipseckey->mctx);