Searched refs:se1 (Results 1 – 3 of 3) sorted by relevance
116 const StructEntry *se1) in thunk_register_struct_direct() argument120 *se = *se1; in thunk_register_struct_direct()
71 const StructEntry *se1);
1049 struct servent *se1 = NULL; in parse_hostcond() local1052 se1 = getservbyname(port, UDP_PROTO); in parse_hostcond()1055 if (se1 && se2 && se1->s_port != se2->s_port) { in parse_hostcond()1059 if (!se1) in parse_hostcond()1060 se1 = se2; in parse_hostcond()1061 if (se1) { in parse_hostcond()1062 a.port = ntohs(se1->s_port); in parse_hostcond()