kdump.c (5677eef9a7ff5643119cf63133c7a17abf98e259) kdump.c (2e564269d0af3703815a10effe03c1f1773c9a46)
1/*-
2 * Copyright (c) 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

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

1415
1416void
1417ktrsockaddr(struct sockaddr *sa)
1418{
1419/*
1420 TODO: Support additional address families
1421 #include <netnatm/natm.h>
1422 struct sockaddr_natm *natm;
1/*-
2 * Copyright (c) 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

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

1415
1416void
1417ktrsockaddr(struct sockaddr *sa)
1418{
1419/*
1420 TODO: Support additional address families
1421 #include <netnatm/natm.h>
1422 struct sockaddr_natm *natm;
1423 #include <netsmb/netbios.h>
1424 struct sockaddr_nb *nb;
1425*/
1426 char addr[64];
1427
1428 /*
1429 * note: ktrstruct() has already verified that sa points to a
1430 * buffer at least sizeof(struct sockaddr) bytes long and exactly
1431 * sa->sa_len bytes long.
1432 */

--- 321 unchanged lines hidden ---
1423*/
1424 char addr[64];
1425
1426 /*
1427 * note: ktrstruct() has already verified that sa points to a
1428 * buffer at least sizeof(struct sockaddr) bytes long and exactly
1429 * sa->sa_len bytes long.
1430 */

--- 321 unchanged lines hidden ---