main.c (ddf24a507c1a7509d9657e477e69f1e7d08c77a6) | main.c (1a7ac2bd24c1763b0d32e23d9c70308fbc24b07a) |
---|---|
1/*- 2 * SPDX-License-Identifier: BSD-3-Clause 3 * 4 * Copyright (c) 1983, 1988, 1993 5 * Regents of the University of California. All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 178 unchanged lines hidden (view full) --- 187 ip6protox, 188#endif 189#ifdef IPSEC 190 pfkeyprotox, 191#endif 192 NULL }; 193 194static void printproto(struct protox *, const char *, bool *); | 1/*- 2 * SPDX-License-Identifier: BSD-3-Clause 3 * 4 * Copyright (c) 1983, 1988, 1993 5 * Regents of the University of California. All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 178 unchanged lines hidden (view full) --- 187 ip6protox, 188#endif 189#ifdef IPSEC 190 pfkeyprotox, 191#endif 192 NULL }; 193 194static void printproto(struct protox *, const char *, bool *); |
195static void usage(void); | 195static void usage(void) __dead2; |
196static struct protox *name2protox(const char *); 197static struct protox *knownname(const char *); 198 199static int kresolve_list(struct nlist *_nl); 200 201static kvm_t *kvmd; 202static char *nlistf = NULL, *memf = NULL; 203 --- 710 unchanged lines hidden --- | 196static struct protox *name2protox(const char *); 197static struct protox *knownname(const char *); 198 199static int kresolve_list(struct nlist *_nl); 200 201static kvm_t *kvmd; 202static char *nlistf = NULL, *memf = NULL; 203 --- 710 unchanged lines hidden --- |