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

/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.h95 ushort_t sa_proto; /* the last protocol in frame */ member in struct:sppp_ahdlc
H A Dspppasyn.c99 x->sa_proto = 0; \
1733 if (state->sa_proto == proto)
1804 if (state->sa_proto == proto) {
1865 state->sa_proto = proto;
1877 state->sa_proto = proto;
/illumos-gate/usr/src/lib/libshare/common/
H A Dplugin.c159 sa_proto_handle.sa_proto =
164 if (sa_proto_handle.sa_proto != NULL &&
184 sa_proto_handle.sa_proto[i] =
233 if (sa_proto_handle.sa_proto != NULL) {
234 free(sa_proto_handle.sa_proto);
235 sa_proto_handle.sa_proto = NULL;
257 if (strcmp(proto, sa_proto_handle.sa_proto[i]) == 0) {
H A Dlibshare_impl.h88 char **sa_proto; member in struct:sa_proto_handle

Completed in 80 milliseconds