Home
last modified time | relevance | path

Searched refs:NGM_SOCKET_COOKIE (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/netgraph7/socket/
H A Dng_socket.h52 #define NGM_SOCKET_COOKIE 851601233 macro
H A Dng_socket.c914 if (msg->header.typecookie == NGM_SOCKET_COOKIE) { in ngs_rcvmsg()
/dragonfly/sys/netgraph/socket/
H A Dng_socket.h49 #define NGM_SOCKET_COOKIE 851601233 macro
H A Dng_socket.c805 if (msg->header.typecookie == NGM_SOCKET_COOKIE) { in ngs_rcvmsg()
/dragonfly/libexec/pppoed/
H A Dpppoed.c313 if (NgSendMsg(cs, ".:", NGM_SOCKET_COOKIE, in Spawn()