Searched refs:protos (Results 1 – 13 of 13) sorted by relevance
32 #define ___P(protos) protos34 -#define ___P(protos) ()48 #define ___P(protos) protos50 -#define ___P(protos) ()64 #define ___P(protos) protos66 -#define ___P(protos) ()80 #define ___P(protos) protos82 -#define ___P(protos) ()96 #define ___P(protos) protos98 -#define ___P(protos) ()[all …]
18 #define __P(protos) protos /* full-blown ANSI C */ argument20 #define __P(protos) () /* traditional C preprocessor */ argument
12 LDLIBS=-lmnl ../lib/ynl.a ../generated/protos.a21 $(BINS): ../lib/ynl.a ../generated/protos.a
22 all: protos.a $(HDRS) $(SRCS) $(KHDRS) $(KSRCS) $(UAPI) regen24 protos.a: $(OBJS)
73 struct proto protos[IDX_COUNT]; member116 return &ppp->protos[IDX_LCP]; in get_proto()118 return &ppp->protos[IDX_IPCP]; in get_proto()120 return &ppp->protos[IDX_IPV6CP]; in get_proto()460 if (ppp->protos[IDX_LCP].state == OPENED) in ppp_rx()621 struct proto *proto = &ppp->protos[i]; in ppp_start()627 ppp->protos[IDX_LCP].pid = PID_LCP; in ppp_start()628 ppp->protos[IDX_IPCP].pid = PID_IPCP; in ppp_start()629 ppp->protos[IDX_IPV6CP].pid = PID_IPV6CP; in ppp_start()
2 HOMEPAGE = "https://github.com/googleapis/python-api-common-protos"
18 python3-googleapis-common-protos \
299 static struct ip_vs_protocol *protos[] = { in ip_vs_protocol_net_init() local317 for (i = 0; i < ARRAY_SIZE(protos); i++) { in ip_vs_protocol_net_init()318 ret = register_ip_vs_proto_netns(ipvs, protos[i]); in ip_vs_protocol_net_init()
22 rc-protos
12 the genrated protos.h file and thus avoiding the above failure.
647 u64 protos = 0; in img_ir_allowed_protos() local653 protos |= dec->type; in img_ir_allowed_protos()655 return protos; in img_ir_allowed_protos()
2617 DECLARE_BITMAP(protos, SCMI_MAX_CHANNELS) = {}; in scmi_debugfs_raw_mode_setup()2634 if (!test_bit(cinfo->id, protos)) { in scmi_debugfs_raw_mode_setup()2636 set_bit(cinfo->id, protos); in scmi_debugfs_raw_mode_setup()
279 The kernel function protos will change and the bpf programs will be