Home
last modified time | relevance | path

Searched refs:ISOPROTO_TP (Results 1 – 3 of 3) sorted by relevance

/original-bsd/sys/netiso/
H A Dclnp_input.c103 if ((pr = pffindproto(PF_ISO, ISOPROTO_TP, SOCK_SEQPACKET)) == 0) in clnp_init()
106 clnp_protox[ISOPROTO_TP] = pr - isosw; in clnp_init()
493 (*isosw[clnp_protox[ISOPROTO_TP]].pr_input)(m, &source, &target,
H A Diso.h62 #define ISOPROTO_TP ISOPROTO_TP4 /* tp-4 with negotiation */ macro
H A Diso_proto.c138 { SOCK_SEQPACKET, &isodomain, ISOPROTO_TP, PR_CONNREQUIRED|PR_WANTRCVD,