freebsd-dev/sys/netnatm
Robert Watson 746e5bf09b Rename dup_sockaddr() to sodupsockaddr() for consistency with other
functions in kern_socket.c.

Rename the "canwait" field to "mflags" and pass M_WAITOK and M_NOWAIT
in from the caller context rather than "1" or "0".

Correct mflags pass into mac_init_socket() from previous commit to not
include M_ZERO.

Submitted by:	sam
2004-03-01 03:14:23 +00:00
..
natm_pcb.c Style(9): remove unneccesary space and blank lines, indentation, 2003-08-06 13:46:15 +00:00
natm_proto.c o add a flags parameter to netisr_register that is used to specify 2003-11-08 22:28:40 +00:00
natm.c Rename dup_sockaddr() to sodupsockaddr() for consistency with other 2004-03-01 03:14:23 +00:00
natm.h Remove the last vestiges of ATM raw mode. This has not been useful for a 2003-08-06 14:34:38 +00:00