クラス
- Socket (84)
モジュール
-
Socket
:: Constants (84)
キーワード
-
AF
_ ROUTE (24) -
IFF
_ ROUTE (24) -
IP
_ PMTUDISC _ WANT (24) -
IP
_ ROUTER _ ALERT (24) -
MSG
_ DONTROUTE (24) -
PF
_ ROUTE (24) -
SO
_ DONTROUTE (24)
検索結果
先頭5件
-
Socket
:: AF _ ROUTE -> Integer (6104.0) -
@todo Internal Routing protocol。 Socket.open の第一引数 domain に使用します。
...@todo
Internal Routing protocol。
Socket.open の第一引数 domain に使用します。
@todo... -
Socket
:: Constants :: AF _ ROUTE -> Integer (6104.0) -
@todo Internal Routing protocol。 Socket.open の第一引数 domain に使用します。
...@todo
Internal Routing protocol。
Socket.open の第一引数 domain に使用します。
@todo... -
Socket
:: Constants :: PF _ ROUTE -> Integer (6104.0) -
@todo Internal Routing protocol。 Socket.open の第一引数 domain に使用します。
...@todo
Internal Routing protocol。
Socket.open の第一引数 domain に使用します。
@todo... -
Socket
:: PF _ ROUTE -> Integer (6104.0) -
@todo Internal Routing protocol。 Socket.open の第一引数 domain に使用します。
...@todo
Internal Routing protocol。
Socket.open の第一引数 domain に使用します。
@todo... -
Socket
:: Constants :: IFF _ ROUTE (6103.0) -
routing entry installed
routing entry installed -
Socket
:: IFF _ ROUTE (6103.0) -
routing entry installed
routing entry installed -
Socket
:: Constants :: IP _ ROUTER _ ALERT -> Integer (6102.0) -
Notify transit routers to more closely examine the contents of an IP packet。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Notify transit routers to more closely examine the contents of an IP packet。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see Socket::Constants::IPPROTO_IP, ip(7linux)... -
Socket
:: Constants :: MSG _ DONTROUTE -> Integer (6102.0) -
Send without using the routing tables。
...Send without using the routing tables。
BasicSocket#send, BasicSocket#sendmsg の
flags 引数に用います。
@see sys/socket.h(header),
send(2linux)
send(2freebsd)... -
Socket
:: Constants :: SO _ DONTROUTE -> Integer (6102.0) -
Send without using the routing tables。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Send without using the routing tables。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see sys/socket.h(header), getsockopt(2freebsd),
socket(7linux), Socket::Constants::SOL_SOCKET...