Home
last modified time | relevance | path

Searched refs:sa_proto (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libshare/common/
H A Dplugin.c159 sa_proto_handle.sa_proto = in proto_plugin_init()
164 if (sa_proto_handle.sa_proto != NULL && in proto_plugin_init()
184 sa_proto_handle.sa_proto[i] = in proto_plugin_init()
233 if (sa_proto_handle.sa_proto != NULL) { in proto_plugin_fini()
234 free(sa_proto_handle.sa_proto); in proto_plugin_fini()
235 sa_proto_handle.sa_proto = NULL; in proto_plugin_fini()
257 if (strcmp(proto, sa_proto_handle.sa_proto[i]) == 0) { in find_protocol()
H A Dlibshare_impl.h89 char **sa_proto; member
/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.h93 ushort_t sa_proto; /* the last protocol in frame */ member
H A Dspppasyn.c98 x->sa_proto = 0; \
1732 if (state->sa_proto == proto) in spppasyn_muxencode()
1803 if (state->sa_proto == proto) { in spppasyn_muxencode()
1864 state->sa_proto = proto; in spppasyn_muxencode()
1876 state->sa_proto = proto; in spppasyn_muxencode()