OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:se_socktype
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.sbin/inetd/
parse.c
258
hints.ai_socktype = sep->
se_socktype
;
574
if (sep->
se_socktype
== SOCK_STREAM) {
1076
if (sep->
se_socktype
!= SOCK_STREAM) {
1111
sep->
se_socktype
= -1;
1122
sep->
se_socktype
= -1;
1135
sep->
se_socktype
= SOCK_STREAM;
1137
sep->
se_socktype
= SOCK_DGRAM;
1139
sep->
se_socktype
= SOCK_RDM;
1141
sep->
se_socktype
= SOCK_SEQPACKET;
1143
sep->
se_socktype
= SOCK_RAW
[
all
...]
parse_v2.c
223
if (sep->
se_socktype
== SERVTAB_UNSPEC_VAL) {
273
if (sep->
se_socktype
!= SERVTAB_UNSPEC_VAL || sep->se_proto == NULL) {
279
sep->
se_socktype
= SOCK_DGRAM;
281
sep->
se_socktype
= SOCK_STREAM;
695
if (sep->
se_socktype
== -1) {
inetd.c
446
if (sep->se_wait == 0 && sep->
se_socktype
== SOCK_STREAM) {
484
if (sep->se_wait == 0 && sep->
se_socktype
== SOCK_STREAM)
512
if (sep->se_wait == 0 && sep->
se_socktype
== SOCK_STREAM)
534
if (sep->se_wait == 0 && sep->
se_socktype
== SOCK_STREAM) {
629
if (sep->
se_socktype
!= SOCK_STREAM)
731
if ((sep->se_fd = socket(sep->se_family, sep->
se_socktype
, 0)) < 0) {
801
if (sep->
se_socktype
== SOCK_STREAM)
805
if (sep->
se_socktype
== SOCK_DGRAM && sep->se_bi != NULL) {
1611
if (biltins[i].bi_socktype == sep->
se_socktype
&&
ratelimit.c
106
* Get the identifier for the remote peer based on sep->
se_socktype
and
120
switch (sep->
se_socktype
) {
192
if (sep->se_wait == 0 && sep->
se_socktype
== SOCK_STREAM) {
200
if (sep->
se_socktype
!= SOCK_DGRAM) {
inetd.h
156
int
se_socktype
; /* type of socket to use */
member in struct:servtab
Completed in 15 milliseconds
Indexes created Mon Oct 20 05:10:11 GMT 2025