Deleted Added
full compact
print-dhcp6.c (214478) print-dhcp6.c (235530)
1/*
2 * Copyright (C) 1998 and 1999 WIDE Project.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 215 unchanged lines hidden (view full) ---

224 return "reconfigure-message";
225 case DH6OPT_RECONF_ACCEPT:
226 return "reconfigure-accept";
227 case DH6OPT_SIP_SERVER_D:
228 return "SIP-servers-domain";
229 case DH6OPT_SIP_SERVER_A:
230 return "SIP-servers-address";
231 case DH6OPT_DNS:
1/*
2 * Copyright (C) 1998 and 1999 WIDE Project.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 215 unchanged lines hidden (view full) ---

224 return "reconfigure-message";
225 case DH6OPT_RECONF_ACCEPT:
226 return "reconfigure-accept";
227 case DH6OPT_SIP_SERVER_D:
228 return "SIP-servers-domain";
229 case DH6OPT_SIP_SERVER_A:
230 return "SIP-servers-address";
231 case DH6OPT_DNS:
232 return "DNS";
232 return "DNS-server";
233 case DH6OPT_DNSNAME:
233 case DH6OPT_DNSNAME:
234 return "DNS-name";
234 return "DNS-search-list";
235 case DH6OPT_IA_PD:
236 return "IA_PD";
237 case DH6OPT_IA_PD_PREFIX:
238 return "IA_PD-prefix";
239 case DH6OPT_NTP_SERVERS:
235 case DH6OPT_IA_PD:
236 return "IA_PD";
237 case DH6OPT_IA_PD_PREFIX:
238 return "IA_PD-prefix";
239 case DH6OPT_NTP_SERVERS:
240 return "NTP-Server";
240 return "NTP-server";
241 case DH6OPT_LIFETIME:
242 return "lifetime";
243 case DH6OPT_NIS_SERVERS:
244 return "NIS-server";
245 case DH6OPT_NISP_SERVERS:
246 return "NIS+-server";
247 case DH6OPT_NIS_NAME:
248 return "NIS-domain-name";

--- 592 unchanged lines hidden ---
241 case DH6OPT_LIFETIME:
242 return "lifetime";
243 case DH6OPT_NIS_SERVERS:
244 return "NIS-server";
245 case DH6OPT_NISP_SERVERS:
246 return "NIS+-server";
247 case DH6OPT_NIS_NAME:
248 return "NIS-domain-name";

--- 592 unchanged lines hidden ---