Deleted Added
full compact
if.c (17024) if.c (17254)
1/*
2 * Copyright (c) 1983, 1988, 1993
3 * The Regents of the University of California. 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

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

183 printf("ipx:%-8s ", netnum);
184/* printf("ipx:%-8s ", netname(net, 0L)); */
185 printf("%-15s ",
186 ipx_phost((struct sockaddr *)sipx));
187 }
188 break;
189
190 case AF_APPLETALK:
1/*
2 * Copyright (c) 1983, 1988, 1993
3 * The Regents of the University of California. 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

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

183 printf("ipx:%-8s ", netnum);
184/* printf("ipx:%-8s ", netname(net, 0L)); */
185 printf("%-15s ",
186 ipx_phost((struct sockaddr *)sipx));
187 }
188 break;
189
190 case AF_APPLETALK:
191 printf("atalk:%-7.7s ",atalk_print(sa,1) );
192 printf("%-15.15s ",atalk_print(sa,3) );
191 printf("atalk:%-7.7s ",atalk_print(sa,9) );
192 printf("%-15.15s ",atalk_print(sa,11) );
193 break;
194#ifdef NS
195 case AF_NS:
196 {
197 struct sockaddr_ns *sns =
198 (struct sockaddr_ns *)sa;
199 u_long net;
200 char netnum[10];

--- 234 unchanged lines hidden ---
193 break;
194#ifdef NS
195 case AF_NS:
196 {
197 struct sockaddr_ns *sns =
198 (struct sockaddr_ns *)sa;
199 u_long net;
200 char netnum[10];

--- 234 unchanged lines hidden ---