Searched refs:protocol (Results 51 - 75 of 284) sorted by relevance

1234567891011>>

/openbsd-current/regress/usr.sbin/relayd/
H A Dargs-http-change-cookie.pl14 protocol => [ "http",
H A Dargs-http-change-path.pl12 protocol => [ "http",
H A Dargs-http-change.pl14 protocol => [ "http",
H A Dargs-http-chunked-put.pl15 protocol => [ "http",
H A Dargs-http-filter-persistent.pl14 protocol => [ "http",
H A Dargs-http-filter-url-digest.pl17 protocol => [ "http",
H A Dargs-http-filter-url-file.pl14 protocol => [ "http",
H A Dargs-http-filter-url.pl17 protocol => [ "http",
H A Dargs-http-headerlength.pl14 protocol => [ "http",
H A Dargs-http-label.pl16 protocol => [ "http",
H A Dargs-http-remove.pl17 protocol => [ "http",
H A Dargs-https-chunked-put.pl16 protocol => [ "http",
H A Dargs-https-chunked.pl15 protocol => [ "http",
H A Dargs-https-contentlength.pl14 protocol => [ "http",
H A Dargs-https-filter-persistent.pl15 protocol => [ "http",
H A Dargs-https-multi.pl15 protocol => [ "http" ],
H A Dargs-https-persistent.pl14 protocol => [ "http",
H A Dargs-https-put-multi.pl15 protocol => [ "http" ],
H A Dargs-https-put.pl15 protocol => [ "http",
H A Dargs-timein-http.pl13 protocol => [ "http" ],
H A Dargs-timein-https.pl15 protocol => [ "http" ],
H A Dargs-timeout-http.pl13 protocol => [ "http" ],
H A Dargs-timeout-https.pl15 protocol => [ "http" ],
/openbsd-current/usr.sbin/dhcpd/
H A Dicmp.c64 /* Initialize the ICMP protocol. */
70 int protocol = 1, state; local
74 fatalx("attempted to reinitialize icmp protocol");
77 /* Get the protocol number (should be 1). */
79 protocol = proto->p_proto;
81 /* Get a raw socket for the ICMP protocol. */
82 if ((icmp_protocol_fd = socket(AF_INET, SOCK_RAW, protocol)) == -1)
103 fatalx("attempt to use ICMP protocol before initialization.");
129 icmp_echoreply(struct protocol *protocol) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/
H A D17gai-flags.t33 protocol => IPPROTO_TCP,
41 [ undef, "80", { flags => AI_PASSIVE|$AI_ADDRCONFIG, socktype => SOCK_STREAM, protocol => IPPROTO_TCP } ],
53 protocol => IPPROTO_TCP,
61 [ undef, "80", { flags => AI_PASSIVE|AI_NUMERICSERV, socktype => SOCK_STREAM, protocol => IPPROTO_TCP } ],

Completed in 144 milliseconds

1234567891011>>