Home | History | Annotate | Download | only in libaltq

Lines Matching defs:protocol

559 	int	protocol;
620 /* get filter protocol id */
622 LOG(LOG_ERR, 0, "missing filter protocol");
625 if (!get_proto(w, &protocol)) {
626 LOG(LOG_ERR, 0, "bad protocol");
629 sfilt.ff_flow.fi_proto = protocol;
681 int protocol;
744 /* get filter protocol id */
746 LOG(LOG_ERR, 0, "missing filter protocol");
749 if (!get_proto(w, &protocol)) {
750 LOG(LOG_ERR, 0, "bad protocol");
753 sfilt.ff_flow6.fi6_proto = protocol;