ifnet.9 (6fb9b618f59bb8cf57ee05626515d113a8be92d3) ifnet.9 (9280e5fac29f4ef20541ccc7649f68612cfcb713)
1.\" -*- Nroff -*-
2.\" Copyright 1996, 1997 Massachusetts Institute of Technology
3.\"
4.\" Permission to use, copy, modify, and distribute this software and
5.\" its documentation for any purpose and without fee is hereby
6.\" granted, provided that both the above copyright notice and this
7.\" permission notice appear in all copies, that both the above
8.\" copyright notice and this permission notice appear in all

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

1019addresses on that interface, and create a link-layer
1020.Vt ifaddr
1021structure to be the first element in that list.
1022(A pointer to
1023this address structure is saved in the global array
1024.Va ifnet_addrs . )
1025The
1026.Fa ifp
1.\" -*- Nroff -*-
2.\" Copyright 1996, 1997 Massachusetts Institute of Technology
3.\"
4.\" Permission to use, copy, modify, and distribute this software and
5.\" its documentation for any purpose and without fee is hereby
6.\" granted, provided that both the above copyright notice and this
7.\" permission notice appear in all copies, that both the above
8.\" copyright notice and this permission notice appear in all

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

1019addresses on that interface, and create a link-layer
1020.Vt ifaddr
1021structure to be the first element in that list.
1022(A pointer to
1023this address structure is saved in the global array
1024.Va ifnet_addrs . )
1025The
1026.Fa ifp
1027must have been allocted by
1027must have been allocated by
1028.Fn if_alloc .
1029.It Fn if_detach
1030Shut down and unlink the specified
1031.Fa ifp
1032from the interface list.
1033.It Fn if_free
1034Free the given
1035.Fa ifp

--- 319 unchanged lines hidden ---
1028.Fn if_alloc .
1029.It Fn if_detach
1030Shut down and unlink the specified
1031.Fa ifp
1032from the interface list.
1033.It Fn if_free
1034Free the given
1035.Fa ifp

--- 319 unchanged lines hidden ---