|
Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
Go to the source code of this file.
Macros | |
| #define | INTEGER2NUM(n) |
| #define INTEGER2NUM | ( | n | ) |
Definition at line 23 of file constdefs.c.
| int rsock_family_to_int | ( | const char * | str, |
| long | len, | ||
| int * | valp | ||
| ) |
| ID rsock_intern_family | ( | int | val | ) |
Definition at line 6748 of file constdefs.c.
References name, st_data_t, and st_lookup().
Referenced by rsock_inspect_sockaddr(), and rsock_ipaddr().
| ID rsock_intern_family_noprefix | ( | int | val | ) |
Definition at line 6757 of file constdefs.c.
References name, st_data_t, and st_lookup().
| ID rsock_intern_ip_optname | ( | int | val | ) |
Definition at line 6811 of file constdefs.c.
References name, st_data_t, and st_lookup().
| ID rsock_intern_iplevel | ( | int | val | ) |
Definition at line 6793 of file constdefs.c.
References name, st_data_t, and st_lookup().
| ID rsock_intern_ipproto | ( | int | val | ) |
Definition at line 6784 of file constdefs.c.
References name, st_data_t, and st_lookup().
| ID rsock_intern_ipv6_optname | ( | int | val | ) |
Definition at line 6820 of file constdefs.c.
References name, st_data_t, and st_lookup().
| ID rsock_intern_local_optname | ( | int | val | ) |
Definition at line 6856 of file constdefs.c.
References name, st_data_t, and st_lookup().
| ID rsock_intern_protocol_family | ( | int | val | ) |
Definition at line 6766 of file constdefs.c.
References name, st_data_t, and st_lookup().
| ID rsock_intern_scm_optname | ( | int | val | ) |
Definition at line 6847 of file constdefs.c.
References name, st_data_t, and st_lookup().
| ID rsock_intern_so_optname | ( | int | val | ) |
Definition at line 6802 of file constdefs.c.
References name, st_data_t, and st_lookup().
| ID rsock_intern_socktype | ( | int | val | ) |
Definition at line 6775 of file constdefs.c.
References name, st_data_t, and st_lookup().
| ID rsock_intern_tcp_optname | ( | int | val | ) |
Definition at line 6829 of file constdefs.c.
References name, st_data_t, and st_lookup().
| ID rsock_intern_udp_optname | ( | int | val | ) |
Definition at line 6838 of file constdefs.c.
References name, st_data_t, and st_lookup().
| int rsock_ip_level_to_int | ( | const char * | str, |
| long | len, | ||
| int * | valp | ||
| ) |
Definition at line 5166 of file constdefs.c.
References IPPROTO_ICMP, IPPROTO_IP, IPPROTO_RAW, IPPROTO_TCP, IPPROTO_UDP, len, memcmp(), and str.
| int rsock_ip_optname_to_int | ( | const char * | str, |
| long | len, | ||
| int * | valp | ||
| ) |
Definition at line 5821 of file constdefs.c.
| int rsock_ipproto_to_int | ( | const char * | str, |
| long | len, | ||
| int * | valp | ||
| ) |
Definition at line 4934 of file constdefs.c.
References IPPROTO_ICMP, IPPROTO_IP, IPPROTO_RAW, IPPROTO_TCP, IPPROTO_UDP, len, memcmp(), and str.
| int rsock_scm_optname_to_int | ( | const char * | str, |
| long | len, | ||
| int * | valp | ||
| ) |
Definition at line 6652 of file constdefs.c.
| int rsock_shutdown_how_to_int | ( | const char * | str, |
| long | len, | ||
| int * | valp | ||
| ) |
| int rsock_so_optname_to_int | ( | const char * | str, |
| long | len, | ||
| int * | valp | ||
| ) |
Definition at line 5381 of file constdefs.c.
| int rsock_socktype_to_int | ( | const char * | str, |
| long | len, | ||
| int * | valp | ||
| ) |
Definition at line 4863 of file constdefs.c.
| int rsock_tcp_optname_to_int | ( | const char * | str, |
| long | len, | ||
| int * | valp | ||
| ) |
Definition at line 6367 of file constdefs.c.
| int rsock_udp_optname_to_int | ( | const char * | str, |
| long | len, | ||
| int * | valp | ||
| ) |
Definition at line 6588 of file constdefs.c.