Displaying 2 results from an estimated 2 matches for "so_option".
Did you mean:
ao_option
1999 Sep 30
1
A little utility for checking socket settings
...de <unistd.h>
#include <sys/socket.h> /* For socket() */
#include <netinet/in.h> /* For protocol numbers. */
#include <netinet/tcp.h> /* For options. */
typedef struct option_t {
int name;
char *printable;
} OPTION;
main() {
int s;
OPTION so_option[] = {
{ SO_ACCEPTCONN, "SO_ACCEPTCON: accepting connections"
},
{ SO_BROADCAST, "SO_BROADCAST, broadcast allowed" },
{ SO_REUSEADDR, "SO_REUSEADDR, address recycling" },
{ SO_KEEPALIVE, "SO_KEEPALIVE,...
2006 Mar 17
1
Fatal trap 12: page fault while in kernel mode / current process=12 (swi1: net)
this is 6.0-STABLE as for Mar 17.
KDB: debugger backends: ddb
KDB: current backend: ddb
Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 6.1-PRERELEASE #2: Fri Mar 17 11:05:32 UTC 2006
vlad@host:/usr/src/sys/amd64/compile/DEF_WEB
Timecounter