Searched refs:pph (Results 1 – 8 of 8) sorted by relevance
67 proxyp_header pph; in proxyp() local79 ret = tcp_read( SLAP_FD2SOCK( sfd ), &pph, sizeof(pph) ); in proxyp()90 } else if ( ret != sizeof(pph) ) { in proxyp()97 if ( memcmp( pph.sig, proxyp_sig, 12 ) != 0 ) { in proxyp()103 if ( ( pph.ver_cmd & 0xF0 ) != 0x20 ) { in proxyp()106 (long)sfd, pph.ver_cmd & 0xF0 ); in proxyp()110 pph_len = ntohs( pph.len ); in proxyp()111 if ( ( pph.ver_cmd & 0x0F ) == 0x01 ) { /* PROXY command */ in proxyp()113 switch ( pph.fam ) { in proxyp()123 (long)sfd, pph.fam ); in proxyp()[all …]
573 struct bfd_hash_entry **pph; in bfd_hash_rename() local576 for (pph = &table->table[_index]; *pph != NULL; pph = &(*pph)->next) in bfd_hash_rename()577 if (*pph == ent) in bfd_hash_rename()579 if (*pph == NULL) in bfd_hash_rename()582 *pph = ent->next; in bfd_hash_rename()598 struct bfd_hash_entry **pph; in bfd_hash_replace() local601 for (pph = &table->table[_index]; in bfd_hash_replace()602 (*pph) != NULL; in bfd_hash_replace()603 pph = &(*pph)->next) in bfd_hash_replace()605 if (*pph == old) in bfd_hash_replace()[all …]
685 struct bfd_hash_entry **pph; in bfd_hash_rename() local688 for (pph = &table->table[_index]; *pph != NULL; pph = &(*pph)->next) in bfd_hash_rename()689 if (*pph == ent) in bfd_hash_rename()691 if (*pph == NULL) in bfd_hash_rename()694 *pph = ent->next; in bfd_hash_rename()721 struct bfd_hash_entry **pph; in bfd_hash_replace() local724 for (pph = &table->table[_index]; in bfd_hash_replace()725 (*pph) != NULL; in bfd_hash_replace()726 pph = &(*pph)->next) in bfd_hash_replace()728 if (*pph == old) in bfd_hash_replace()[all …]
736 struct rx_pph *pph; in bce_rxintr() local761 pph = mtod(sc->bce_cdata.bce_rx_chain[i], struct rx_pph *); in bce_rxintr()762 if (pph->flags & (RXF_NO | RXF_RXER | RXF_CRC | RXF_OV)) { in bce_rxintr()764 pph->len = 0; in bce_rxintr()765 pph->flags = 0; in bce_rxintr()769 len = pph->len; in bce_rxintr()772 pph->len = 0; in bce_rxintr()773 pph->flags = 0; in bce_rxintr()
329 struct cref_hash_entry ***pph = (struct cref_hash_entry ***) data; in cref_fill_array() local337 **pph = h; in cref_fill_array()339 ++*pph; in cref_fill_array()
901 (openscop_print_pdr_polyhedron): Print pph.
12069 (openscop_print_pdr_polyhedron): Print pph.